mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +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 {
|
FileDialog {
|
||||||
id: exportFileDialog
|
id: exportFileDialog
|
||||||
title: i18n("Export layout to")
|
title: i18n("Export layout to")
|
||||||
currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation)
|
|
||||||
fileMode: FileDialog.SaveFile
|
fileMode: FileDialog.SaveFile
|
||||||
defaultSuffix: 'json'
|
defaultSuffix: 'json'
|
||||||
nameFilters: ["JSON files (*.json)"]
|
nameFilters: ["JSON files (*.json)"]
|
||||||
|
|
@ -229,7 +228,6 @@ Kirigami.ApplicationWindow {
|
||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
id: importFileDialog
|
id: importFileDialog
|
||||||
currentFolder: StandardPaths.standardLocations(StandardPaths.DownloadsLocation)
|
|
||||||
fileMode: FileDialog.OpenFile
|
fileMode: FileDialog.OpenFile
|
||||||
nameFilters: ["JSON files (*.json)"]
|
nameFilters: ["JSON files (*.json)"]
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue