Compare commits
5 Commits
v1.1.0
...
95430ed169
| Author | SHA1 | Date | |
|---|---|---|---|
| 95430ed169 | |||
| 2af15c5fcd | |||
|
84c2ee74bd
|
|||
|
8faf34f85a
|
|||
|
a65d983b44
|
Binary file not shown.
|
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 407 KiB |
9
main.go
9
main.go
@@ -6,7 +6,6 @@ import (
|
||||
"github.com/wailsapp/wails/v2"
|
||||
"github.com/wailsapp/wails/v2/pkg/options"
|
||||
"github.com/wailsapp/wails/v2/pkg/options/assetserver"
|
||||
"github.com/wailsapp/wails/v2/pkg/options/mac"
|
||||
|
||||
"git.taurusxin.com/taurusxin/ncmdump-gui/utils"
|
||||
)
|
||||
@@ -38,15 +37,9 @@ func main() {
|
||||
config_manager,
|
||||
},
|
||||
DragAndDrop: &options.DragAndDrop{
|
||||
EnableFileDrop: true,
|
||||
EnableFileDrop: true,
|
||||
DisableWebViewDrop: true,
|
||||
},
|
||||
Mac: &mac.Options{
|
||||
About: &mac.AboutInfo{
|
||||
Title: "ncmdump-gui",
|
||||
Message: "Copyright © 2025 TaurusXin",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user