UPDATE: go 1.26.1, new data, fix ui
This commit is contained in:
4
main.go
4
main.go
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user