diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-21 18:18:53 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-21 18:27:16 +0100 |
commit | 782384f185720699c5105271bfc78275bdc78054 (patch) | |
tree | ff34b04d183ffa856bb757b06f82a0a652083aa3 /application/MultiMC.h | |
parent | ceb5fc6d755cdcb263edc27386db38de9499048f (diff) | |
download | MultiMC-782384f185720699c5105271bfc78275bdc78054.tar MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.gz MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.lz MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.xz MultiMC-782384f185720699c5105271bfc78275bdc78054.zip |
GH-1793 rearrange setup wizard logic to only check if they are needed once
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r-- | application/MultiMC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h index 98a6d780..d8062bb5 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -186,6 +186,7 @@ private: void initMCEdit(); void initAnalytics(); void shutdownAnalytics(); + bool createSetupWizard(); void performMainStartupAction(); // sets the fatal error message and m_status to Failed. |