mirror of https://github.com/icedream/icecon.git
Fix code formtting in main_windows.go.
parent
0889e3cac4
commit
834f2af534
|
@ -21,8 +21,8 @@ var (
|
||||||
Flag("gui", "Run as GUI (runs automatically as GUI if no arguments given, ignored if command flag used)").
|
Flag("gui", "Run as GUI (runs automatically as GUI if no arguments given, ignored if command flag used)").
|
||||||
Short('g').Bool()
|
Short('g').Bool()
|
||||||
|
|
||||||
guiInitErr error
|
guiInitErr error
|
||||||
kernel32 *syscall.DLL
|
kernel32 *syscall.DLL
|
||||||
freeConsole *syscall.Proc
|
freeConsole *syscall.Proc
|
||||||
|
|
||||||
dlg *mainDialog
|
dlg *mainDialog
|
||||||
|
@ -150,7 +150,7 @@ func runGraphicalUi() (err error) {
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
})
|
})
|
||||||
|
|
||||||
// Get rid of the console window
|
// Get rid of the console window
|
||||||
freeConsole.Call()
|
freeConsole.Call()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue