mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
id: importFileDialog
|
||||
title: i18n("Import layout from")
|
||||
fileMode: FileDialog.OpenFile
|
||||
nameFilters: ["JSON files (*.json)"]
|
||||
onAccepted: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue