mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Remove default import/export folder
This commit is contained in:
parent
c094eb7553
commit
b51024c272
1 changed files with 0 additions and 2 deletions
|
|
@ -210,7 +210,6 @@ Kirigami.ApplicationWindow {
|
|||
FileDialog {
|
||||
id: exportFileDialog
|
||||
title: i18n("Export layout to")
|
||||
currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation)
|
||||
fileMode: FileDialog.SaveFile
|
||||
defaultSuffix: 'json'
|
||||
nameFilters: ["JSON files (*.json)"]
|
||||
|
|
@ -229,7 +228,6 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
FileDialog {
|
||||
id: importFileDialog
|
||||
currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation)
|
||||
fileMode: FileDialog.OpenFile
|
||||
nameFilters: ["JSON files (*.json)"]
|
||||
onAccepted: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue