We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d12b2 commit f01b30dCopy full SHA for f01b30d
apps/messagegui/app.js
@@ -49,6 +49,7 @@ if (Graphics.prototype.setFontIntl) {
49
var active; // active screen (undefined/"list"/"music"/"map"/"overview"/"scroller"/"settings")
50
var openMusic = false; // go back to music screen after we handle something else?
51
var replying = false; // If we're replying to a message, don't interrupt
52
+var persist = "messagegui.app.js" === global.__FILE__;
53
54
/** this is a timeout if the app has started and is showing a single message
55
but the user hasn't seen it (eg no user input) - in which case
0 commit comments