From c700e0a4b9c026c97cd98e63f548858b6086122b Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 14 Dec 2023 23:04:25 -0800 Subject: [PATCH] homescreens/folio: Add title to import file dialog --- .../folio/package/contents/ui/settings/SettingsWindow.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml index eb10fce7..41c98418 100644 --- a/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml +++ b/containments/homescreens/folio/package/contents/ui/settings/SettingsWindow.qml @@ -290,6 +290,7 @@ Window { FileDialog { id: importFileDialog + title: i18n("Import layout from") fileMode: FileDialog.OpenFile nameFilters: ["JSON files (*.json)"] onAccepted: {