mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
Fix settings export/import filechooser cancel action
This commit is contained in:
394
README.html
394
README.html
File diff suppressed because one or more lines are too long
4
prefs.js
4
prefs.js
@@ -2268,7 +2268,9 @@ const Preferences = class {
|
||||
dialog.show();
|
||||
|
||||
dialog.connect('response', (dialog, id) => {
|
||||
acceptHandler.call(this, dialog.get_file().get_path());
|
||||
if (id == Gtk.ResponseType.ACCEPT)
|
||||
acceptHandler.call(this, dialog.get_file().get_path());
|
||||
|
||||
dialog.destroy();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user