Visually disable web services

This commit is contained in:
niansa 2024-03-07 02:43:48 +00:00 committed by Crimson Hawk
parent 6df2ff2592
commit e955bea49f
3 changed files with 4 additions and 4 deletions

View file

@ -429,9 +429,6 @@ 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());