Retry preset migration when login warmup 401 blocks cloud check (#14049)

This commit is contained in:
ExPikaPaka
2026-06-05 15:25:45 +02:00
committed by GitHub
parent c3f8e32aab
commit 412eb13239
2 changed files with 20 additions and 0 deletions

View File

@@ -324,6 +324,7 @@ private:
std::shared_ptr<int> m_user_sync_token;
std::atomic<bool> m_restart_sync_pending {false};
std::atomic<bool> m_sync_user_presets_now {false}; // request the sync loop to push user presets on its next tick
std::atomic<bool> m_migration_retry_pending {false};
bool m_is_dark_mode{ false };
bool m_adding_script_handler { false };
bool m_side_popup_status{false};