mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
13 lines
567 B
Diff
13 lines
567 B
Diff
diff --git a/src/app/qml/lomiri-weather-app.qml b/src/app/qml/lomiri-weather-app.qml
|
|
index e204bab..70086f1 100644
|
|
--- a/src/app/qml/lomiri-weather-app.qml
|
|
+++ b/src/app/qml/lomiri-weather-app.qml
|
|
@@ -41,7 +41,7 @@ MainView {
|
|
When the app is started with clickable desktop, the check for network connection via Connectivity does not work.
|
|
If the app is run in desktop mode, set this property to 'true' and the check will be disabled.
|
|
*/
|
|
- property bool isDesktopMode: false
|
|
+ property bool isDesktopMode: true
|
|
|
|
automaticOrientation: true
|
|
|