chore: fix some typos (#7585)

Signed-off-by: redistay <wujunjing@outlook.com>
This commit is contained in:
redistay
2024-04-02 21:41:54 +08:00
committed by GitHub
parent db6bf547a9
commit 1cfc9b6139
4 changed files with 4 additions and 4 deletions

View File

@@ -583,7 +583,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
mainWindowClose() async => await windowManager.hide();
notMainWindowClose(WindowController controller) async {
if (widget.tabController.length != 0) {
debugPrint("close not emtpy multiwindow from taskbar");
debugPrint("close not empty multiwindow from taskbar");
if (isWindows) {
await controller.show();
await controller.focus();