Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit 9f8a9fc

Browse files
Make status bar visible by default.
1 parent 1a7101c commit 9f8a9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ var App = (function(App, undefined) {
156156
settings.lastUpdateCheck = 0;
157157
}
158158
if (!settings.hasOwnProperty("showStatusBar")) {
159-
settings.showStatusBar = 0;
159+
settings.showStatusBar = 1;
160160
}
161161
if (!settings.hasOwnProperty("isFirstRun")) {
162162
settings.isFirstRun = 1;

0 commit comments

Comments
 (0)