Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5ea62a1216 |
@@ -222,6 +222,8 @@ class MainPageState extends State<MainPage> with WindowListener {
|
|||||||
await windowManager.setSize(const Size(1600, 900));
|
await windowManager.setSize(const Size(1600, 900));
|
||||||
await windowManager.center();
|
await windowManager.center();
|
||||||
await windowManager.show();
|
await windowManager.show();
|
||||||
|
await windowManager.focus();
|
||||||
|
_currentEntryFocusNode.requestFocus();
|
||||||
await _playSound();
|
await _playSound();
|
||||||
} else {
|
} else {
|
||||||
await windowManager.focus();
|
await windowManager.focus();
|
||||||
|
Reference in New Issue
Block a user