UPDATE: go 1.26.1, new data, fix ui

This commit is contained in:
2026-04-03 12:44:41 +07:00
parent d0427142e3
commit 2b0c82bd7e
8 changed files with 13 additions and 39 deletions

View File

@@ -68,7 +68,7 @@ func main() {
// Create application
app := application.New(application.Options{
Name: "firefly-launcher",
Description: "Firefly Launcher - Kain",
Description: "Firefly Launcher - Firefly Shelter",
Services: []application.Service{
application.NewService(&fsService.FSService{}),
application.NewService(&languageService.LanguageService{}),
@@ -86,7 +86,7 @@ func main() {
// Create window
window := app.Window.NewWithOptions(application.WebviewWindowOptions{
Title: "Firefly Launcher - Kain",
Title: "Firefly Launcher - Firefly Shelter",
Mac: application.MacWindow{
InvisibleTitleBarHeight: 50,
Backdrop: application.MacBackdropTranslucent,