Added Windows-related initialization things.
This commit is contained in:
@@ -145,6 +145,11 @@ func (m *MainWindow) Initialize() {
|
||||
|
||||
m.window.Add(m.vbox)
|
||||
|
||||
// Additional Windows-related initialization.
|
||||
if runtime.GOOS == "windows" {
|
||||
m.initializeWin()
|
||||
}
|
||||
|
||||
m.window.ShowAll()
|
||||
|
||||
// Launch events.
|
||||
|
Reference in New Issue
Block a user