From 4ceb6ccee2104ecbc20746493048a196fc94bc6f Mon Sep 17 00:00:00 2001 From: atavism Date: Thu, 3 Oct 2024 12:51:20 -0700 Subject: [PATCH] move call to super.initState in Home widget --- lib/features/home/home.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/features/home/home.dart b/lib/features/home/home.dart index 9e91cf59d..26ed3da90 100644 --- a/lib/features/home/home.dart +++ b/lib/features/home/home.dart @@ -170,7 +170,6 @@ class _HomePageState extends State with TrayListener, WindowListener { await windowManager.waitUntilReadyToShow(windowOptions, () async { await windowManager.show(); - await windowManager.center(); await windowManager.focus(); }); setState(() {});