remember volume setting across restarts

This commit is contained in:
Drew Weymouth
2023-02-19 14:19:31 -08:00
parent 631ef947e5
commit a83e21d7ea
5 changed files with 27 additions and 7 deletions
-1
View File
@@ -63,6 +63,5 @@ func main() {
fyneApp.Run()
// shutdown tasks
myApp.Config.WriteConfigFile(configPath())
myApp.Shutdown()
}