try move start after gui initialized

This commit is contained in:
aynakeya
2025-11-06 01:05:52 +08:00
parent f070ee3f47
commit 3c8c8f3834
5 changed files with 82 additions and 10 deletions

View File

@@ -76,6 +76,7 @@ func (w *SourceLogin) Description() string {
return i18n.T("plugin.sourcelogin.description")
}
// todo: fix using fyne async update ui
func (w *SourceLogin) CreatePanel() fyne.CanvasObject {
if w.panel != nil {
return w.panel