mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Add missing ; to line
This commit is contained in:
parent
8113c46df5
commit
e0acaacc65
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ app.on('ready', function() {
|
|||
|
||||
if (app.dock) {
|
||||
// hide the dock icon on OS X
|
||||
app.dock.hide()
|
||||
app.dock.hide();
|
||||
}
|
||||
|
||||
// Create tray icon
|
||||
|
|
Loading…
Reference in a new issue