Skip to content

Commit f01b30d

Browse files
author
thyttan
committed
messagegui: add back persist variable that got lost
1 parent 03d12b2 commit f01b30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ if (Graphics.prototype.setFontIntl) {
4949
var active; // active screen (undefined/"list"/"music"/"map"/"overview"/"scroller"/"settings")
5050
var openMusic = false; // go back to music screen after we handle something else?
5151
var replying = false; // If we're replying to a message, don't interrupt
52+
var persist = "messagegui.app.js" === global.__FILE__;
5253

5354
/** this is a timeout if the app has started and is showing a single message
5455
but the user hasn't seen it (eg no user input) - in which case

0 commit comments

Comments
 (0)