aports/testing/lomiri-weather-app/desktop-mode.patch
2025-03-11 11:15:30 +00:00

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