aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-12 13:41:55 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-06-12 13:41:55 -0700
commit13c55e2b263a5cf7dc40a073432274608501386a (patch)
treeb4326d50f7b78d71f765028de8fc98b696279a44
parent2755e64cea507d22c021580d2fb0002042b5db30 (diff)
downloadsubsurface-13c55e2b263a5cf7dc40a073432274608501386a.tar.gz
Fix typo
Duh. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index f3db1b297..a855cdaf6 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -259,7 +259,7 @@ Kirigami.ApplicationWindow {
var createActions = new Array(0)
for (var i = 0; i < topActions.length; i++)
createActions.push(topActions[i])
- if (Qt.platform !== "ios") {
+ if (Qt.platform.os !== "ios") {
for (var i = 0; i < gpsActions.length; i++)
createActions.push(gpsActions[i])
}