🐛 Some fixes
This commit is contained in:
		| @@ -63,7 +63,11 @@ class AppWrapper extends HookConsumerWidget with TrayListener { | ||||
|   } | ||||
|  | ||||
|   void _trayIconPrimaryAction() { | ||||
|     appWindow.show(); | ||||
|     if (appWindow.isVisible) { | ||||
|       appWindow.restore(); | ||||
|     } else { | ||||
|       appWindow.show(); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   void _trayIconSecondaryAction() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user