diff --git a/widget/settings/shared/FileChooser.ts b/widget/settings/shared/FileChooser.ts index 395d763..49ea131 100644 --- a/widget/settings/shared/FileChooser.ts +++ b/widget/settings/shared/FileChooser.ts @@ -181,7 +181,7 @@ export const importFiles = (themeOnly: boolean = false): void => { title: `Import ${themeOnly ? "Theme" : "Config"}`, action: Gtk.FileChooserAction.OPEN, }); - + dialog.set_current_folder(`${App.configDir}/themes`) dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL); dialog.add_button(Gtk.STOCK_OPEN, Gtk.ResponseType.ACCEPT);