Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-05-17 18:35:15 +0300
committerVojtech Kral <vojtech@kral.hk>2019-05-17 18:50:06 +0300
commitb205daa4378242ca7c0a1156b09bad24e3346a55 (patch)
tree26ef370e07a5b27b6baf1627825cda4721b6697a /src/slic3r/GUI/GUI_App.hpp
parentc1cb40c4f08262b6f7a538d8ea87829e5b9fcc72 (diff)
Revert "Fix double wizard on incompatible bundle"
This reverts commit 9c288df1b60c0f45eaee8eb16becfdae871fc8f8.
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index 68f8d86df..1c9a462c6 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -72,6 +72,7 @@ static wxString dots("…", wxConvUTF8);
class GUI_App : public wxApp
{
bool m_initialized { false };
+ bool app_conf_exists{ false };
wxColour m_color_label_modified;
wxColour m_color_label_sys;