summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2024-05-08 18:51:13 +0200
committerSimon Rettberg2024-05-08 18:51:13 +0200
commit4cf1feb0b7b2854c43aaab534a2301eca0c25b4d (patch)
treefd66caef9b5191c264c7b4e81b0f9468dae774e8 /src/main.cpp
parentTurn deprecated-declarations into warning (diff)
downloadvmchooser2-master.tar.gz
vmchooser2-master.tar.xz
vmchooser2-master.zip
Support CoW, and selecting between edit and copyHEADmaster
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index df7309c..e1a3499 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -111,7 +111,7 @@ int main(int argc, char *argv[]) {
}
}
- w.downloadData(Config::get(Config::LOCATIONS));
+ w.downloadData();
w.setTheme();
w.setWindowFlag(Qt::FramelessWindowHint, true);
w.resize(width, height);