mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2025-09-02 08:50:40 +00:00
dock not always defined
This commit is contained in:
@@ -18,7 +18,7 @@ app
|
||||
.whenReady()
|
||||
.then(() => {
|
||||
logger.log('Initializing')
|
||||
if (!DEV) app.dock.hide()
|
||||
if (!DEV) app.dock?.hide()
|
||||
TrayUtility.init()
|
||||
Settings.init()
|
||||
Banner.init()
|
||||
|
Reference in New Issue
Block a user