mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-02 04:35:35 +01:00
Visually disable web services
This commit is contained in:
parent
6df2ff2592
commit
e955bea49f
3 changed files with 4 additions and 4 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue