mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 14:24:45 +00:00
homescreens/folio: Add title to import file dialog
This commit is contained in:
parent
1c2ec93843
commit
c700e0a4b9
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ Window {
|
||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
id: importFileDialog
|
id: importFileDialog
|
||||||
|
title: i18n("Import layout from")
|
||||||
fileMode: FileDialog.OpenFile
|
fileMode: FileDialog.OpenFile
|
||||||
nameFilters: ["JSON files (*.json)"]
|
nameFilters: ["JSON files (*.json)"]
|
||||||
onAccepted: {
|
onAccepted: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue