mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Added Dark mode; minor CSS improvements
This commit is contained in:
@@ -114,7 +114,8 @@ function createBrowserWindow(windowState: windowStateKeeper.State) {
|
||||
enableRemoteModule: true
|
||||
},
|
||||
simpleFullscreen: true,
|
||||
fullscreenable: false
|
||||
fullscreenable: false,
|
||||
backgroundColor: '#121212'
|
||||
}
|
||||
|
||||
if (process.platform == 'linux' && !isDevBuild) {
|
||||
|
||||
Reference in New Issue
Block a user