mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Allow welcome_message = false
This commit is contained in:
@@ -71,7 +71,9 @@ Module.register('alert',{
|
||||
}
|
||||
},
|
||||
start: function() {
|
||||
this.show_notification(this.config.welcome_message)
|
||||
if (this.config.welcome_message){
|
||||
this.show_notification(this.config.welcome_message)
|
||||
}
|
||||
Log.info('Starting module: ' + this.name);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user