mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-01 18:54:36 -05:00
Hide the toolbar
This commit is contained in:
@@ -16,6 +16,9 @@ function createWindow() {
|
||||
shell.openExternal(url)
|
||||
})
|
||||
|
||||
// Hide the toolbar
|
||||
win.setMenuBarVisibility(false)
|
||||
|
||||
// The starting point of the app
|
||||
win.loadFile('./frontend/index.html')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user