more logging changes

This commit is contained in:
2025-07-24 06:21:56 -07:00
parent a1f46438d0
commit 087923a13f
5 changed files with 39 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ import (
const appVersion = "1.0.1"
func main() {
log.SetupLogging()
defer log.Close()
PEApp := app.NewWithID("com.burkey.epochsilicon")
PEWindow := PEApp.NewWindow("EpochSilicon v" + appVersion)
PEWindow.Resize(fyne.NewSize(650, 500))