V
V
Error messages moved directly to the error instead of the variables. `Invalid value` translation added.
API functions as `showFolderDialog`, `showSaveDialog` and `showOpenDialog` do nothing on systems without default file manager. They just return empty arrays or empty strings etc. but don't even throw an error....
Based on https://github.com/pixel-saver/pixel-saver/issues/244#issue-1944046649 with some updates. Changes: - removed all usages of `imports` - replaced MainLoop with plain GLib methods - there is now two extension variants AppMenu isn't working...