early-access version 2935

This commit is contained in:
pineappleEA
2022-09-05 05:41:15 +02:00
parent 96696e181e
commit aa7a3e503e
21 changed files with 403 additions and 92 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class GMainWindow : public QMainWindow {
public:
void filterBarSetChecked(bool state);
void UpdateUITheme();
explicit GMainWindow(bool has_broken_vulkan);
explicit GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan);
~GMainWindow() override;
bool DropAction(QDropEvent* event);