remove separators and make page background darker

This commit is contained in:
Drew Weymouth
2023-01-03 16:26:03 -08:00
parent 44536b8bef
commit e5c9920c12
4 changed files with 47 additions and 13 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ import (
"time"
"fyne.io/fyne/v2/app"
"fyne.io/fyne/v2/theme"
"github.com/20after4/configdir"
"github.com/zalando/go-keyring"
)
@@ -29,7 +28,7 @@ func main() {
}
fyneApp := app.New()
fyneApp.Settings().SetTheme(theme.DarkTheme())
fyneApp.Settings().SetTheme(&ui.MyTheme{})
mainWindow := ui.NewMainWindow(fyneApp, appname, myApp)
// TODO: There is some race condition with running this initial startup