1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-10 14:52:05 -06:00

chore: re-enabled web service

This commit is contained in:
JuanCStar
2024-03-12 10:51:26 +01:00
parent 18baf880c4
commit 113b014b08
3 changed files with 5 additions and 2 deletions

View File

@@ -417,6 +417,9 @@ GMainWindow::GMainWindow(std::unique_ptr<QtConfig> config_, bool has_broken_vulk
game_list->LoadCompatibilityList();
game_list->PopulateAsync(UISettings::values.game_dirs);
// Show one-time "callout" messages to the user
ShowTelemetryCallout();
// make sure menubar has the arrow cursor instead of inheriting from this
ui->menubar->setCursor(QCursor());
statusBar()->setCursor(QCursor());