mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
Fix typo
Duh. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2755e64cea
commit
13c55e2b26
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue