fix: welcome message position

This commit is contained in:
relikd
2025-07-20 22:17:53 +02:00
parent 5d7242cc73
commit 0fdb8d9ccc

View File

@@ -37,7 +37,9 @@
[_statusItem asyncReloadUnreadCount];
[UpdateScheduler registerNetworkChangeNotification]; // will call update scheduler
if ([StoreCoordinator isEmpty]) {
[_statusItem showWelcomeMessage];
// stupid macOS bugs ... status-bar-menu-item frame is zero without delay
// [_statusItem showWelcomeMessage];
[_statusItem performSelector:@selector(showWelcomeMessage) withObject:nil afterDelay:.2];
[UpdateScheduler autoDownloadAndParseUpdateURL];
} else {
// mostly for version migration 0.9.4 ~> 1.0 (favicon storage)