diff options
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index a954dfbc4..8c67c9947 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -592,6 +592,11 @@ if you have network connectivity and want to sync your data to cloud storage."), visible: false } + CopySettings { + id: settingsCopyWindow + visible: false + } + About { id: aboutWindow visible: false |