Skip to content

Commit 39233dc

Browse files
committed
Update 2/4 submodules giving issues, remove other two to readd
1 parent 716f986 commit 39233dc

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

.gitmodules

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,11 @@
9090
path = Externals/Vulkan-Headers
9191
url = https://github.com/KhronosGroup/Vulkan-Headers.git
9292
shallow = true
93-
[submodule "Externals/watcher/watcher"]
94-
path = Externals/watcher/watcher
95-
url = https://github.com/e-dant/watcher.git
96-
shallow = true
9793
[submodule "Externals/SFML/SFML"]
9894
path = Externals/SFML/SFML
9995
url = https://github.com/SFML/SFML.git
10096
shallow = true
10197
[submodule "Externals/zstd/zstd"]
10298
path = Externals/zstd/zstd
10399
url = https://github.com/facebook/zstd.git
104-
shallow = true
105-
[submodule "Externals/miniupnpc/miniupnp"]
106-
path = Externals/miniupnpc/miniupnp
107-
url = https://github.com/miniupnp/miniupnp.git
108-
shallow = true
100+
shallow = true

Externals/rcheevos/rcheevos

Submodule rcheevos updated 62 files

Source/Core/DolphinQt/MainWindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,6 @@ void MainWindow::ShowUpdateDialog()
13841384
// Create and show the UpdateDialog with the fetched data
13851385
bool forced = false; // Set this based on your logic
13861386
UserInterface::Dialog::UpdateDialog updater(this, jsonObject, forced);
1387-
SetQWidgetWindowDecorations(&updater);
13881387
updater.exec();
13891388
} else {
13901389
QMessageBox::information(this, tr("Info"), tr("You are already up to date."));
@@ -1421,7 +1420,6 @@ void MainWindow::CheckForUpdatesAuto()
14211420
// Create and show the UpdateDialog with the fetched data
14221421
bool forced = false; // Set this based on your logic
14231422
UserInterface::Dialog::UpdateDialog updater(this, jsonObject, forced);
1424-
SetQWidgetWindowDecorations(&updater);
14251423
updater.exec();
14261424
}
14271425
}

0 commit comments

Comments
 (0)