We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2423fcd + e74bd98 commit 15d31a4Copy full SHA for 15d31a4
2 files changed
SimsSwitcher
@@ -0,0 +1 @@
1
+Subproject commit 028434fc77a54f3136072e51495db9ede956e2e0
mainwindow.cpp
@@ -29,7 +29,7 @@ QString activeSubDirName = "Mods"; // This is where the active mods are stored
29
QString disabledSubDirName = "(d)Mods"; // Change this to your desired subdirectory
30
QString csvFilePath = "inc/packsDil.csv";
31
QString csvCloudPath = "https://wrenswift.com/packsDil.csv";
32
-QString version = "1.1.0"; // Version of the application
+QString version = "1.0.1"; // Version of the application
33
34
MainWindow::MainWindow(QWidget *parent)
35
: QMainWindow(parent)
0 commit comments