mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-09 11:48:13 +08:00
upgrade fyne to 2.5.0
This commit is contained in:
@@ -35,7 +35,7 @@ func Initialize() {
|
||||
logger.Info("Initializing GUI")
|
||||
//os.Setenv("FYNE_FONT", config.GetAssetPath("msyh.ttc"))
|
||||
App = app.NewWithID(config.ProgramName)
|
||||
App.Settings().SetTheme(&myTheme{})
|
||||
//App.Settings().SetTheme(&myTheme{})
|
||||
MainWindow = App.NewWindow(fmt.Sprintf("%s Ver %s", config.ProgramName, model.Version(config.Version)))
|
||||
|
||||
tabs := container.NewAppTabs(
|
||||
|
||||
Reference in New Issue
Block a user