Skip to content

Commit

Permalink
Bump the dimmer timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jun 25, 2021
1 parent f5db3a0 commit ec7806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ ApplicationWindow {

Timer {
id: dimmerTimer
interval: 20000
interval: 60000
repeat: false

onTriggered: {
Expand Down

0 comments on commit ec7806d

Please sign in to comment.