Debugging

This commit is contained in:
Lea Anthony
2020-10-07 00:51:22 +11:00
parent a28afe86ce
commit ba528d0534
2 changed files with 25 additions and 26 deletions

View File

@@ -50,11 +50,6 @@ func (a *Application) processPlatformSettings() {
C.TitlebarAppearsTransparent(a.app)
}
// For macs we consider "frameless" to mean a combination of options
if titlebar.TitlebarAppearsTransparent && titlebar.HideTitle {
C.DisableFrame(a.app)
}
// Process window Appearance
if mac.Appearance != "" {
C.SetAppearance(a.app, a.string2CString(string(mac.Appearance)))