diff options
author | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-02-11 17:36:06 -0500 |
---|---|---|
committer | kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | 2023-02-11 17:46:17 -0500 |
commit | 7896dd19c12c0276551ba188adc6184dcf0a3184 (patch) | |
tree | 41b557da92f6cfcb5922a79055ffcd2835a1365b /launcher/minecraft/launch/ScanModFolders.h | |
parent | f5f2d33f930674e03f8c81c1eaa3d35ddabc2886 (diff) | |
download | PrismLauncher-7896dd19c12c0276551ba188adc6184dcf0a3184.tar.gz PrismLauncher-7896dd19c12c0276551ba188adc6184dcf0a3184.tar.bz2 PrismLauncher-7896dd19c12c0276551ba188adc6184dcf0a3184.zip |
nilmods instance page
mostly copied from the coremod page impl
Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
Diffstat (limited to 'launcher/minecraft/launch/ScanModFolders.h')
-rw-r--r-- | launcher/minecraft/launch/ScanModFolders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/minecraft/launch/ScanModFolders.h b/launcher/minecraft/launch/ScanModFolders.h index d5989170..111a5850 100644 --- a/launcher/minecraft/launch/ScanModFolders.h +++ b/launcher/minecraft/launch/ScanModFolders.h @@ -33,10 +33,12 @@ public: private slots: void coreModsDone(); void modsDone(); + void nilModsDone(); private: void checkDone(); private: // DATA bool m_modsDone = false; + bool m_nilModsDone = false; bool m_coreModsDone = false; }; |