refactor: replace naive-ui with vuetify

This commit is contained in:
2026-02-04 22:41:22 +08:00
parent a4173c327d
commit f7a881358f
26 changed files with 2853 additions and 1379 deletions

View File

@@ -61,6 +61,9 @@ func main() {
X: conf.WindowState.X,
Y: conf.WindowState.Y,
EnableFileDrop: true,
Linux: application.LinuxWindow{
WebviewGpuPolicy: application.WebviewGpuPolicyAlways,
},
})
window.OnWindowEvent(events.Common.WindowFilesDropped, func(event *application.WindowEvent) {