mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Update onFirstRun.js
This commit is contained in:
parent
6442055600
commit
4dd1026e1f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
var SETTING_TO_CHECK = 'firstRun';
|
||||
var DEFAULT_DISPLAY_NAME = '';
|
||||
|
||||
if (!Settings.getValue('firstRun', false)) {
|
||||
if (!Settings.getValue(SETTING_TO_CHECK, false)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue