Duh.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-06-12 13:41:55 -07:00
parent 2755e64cea
commit 13c55e2b26

View file

@ -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])
}