We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6167f commit cedcbdbCopy full SHA for cedcbdb
1 file changed
gui/entry_point/main.js
@@ -47,7 +47,7 @@ function createWindow() {
47
48
mainWindow.once('ready-to-show', () => {
49
// TODO: put this back conditionnally
50
- // mainWindow.show()
+ mainWindow.show()
51
})
52
}
53
0 commit comments