FIX: Drag drop, ui/ux

This commit is contained in:
2025-10-20 17:20:16 +07:00
parent 787962c6d0
commit ca612797ee
4 changed files with 77 additions and 27 deletions

View File

@@ -61,4 +61,3 @@ func (a *AppService) RestoreApp() (bool, string) {
window.Restore()
return true, ""
}