do not create nilmods folder
"it cant be that easy" - me, clueless Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
This commit is contained in:
parent
c07fff7503
commit
9c2a3231c5
7 changed files with 11 additions and 8 deletions
|
@ -280,5 +280,5 @@ NilModFolderPage::NilModFolderPage(BaseInstance* inst, std::shared_ptr<ModFolder
|
|||
|
||||
bool NilModFolderPage::shouldDisplay() const
|
||||
{
|
||||
return !m_model->dir().isEmpty();
|
||||
return m_model->dir().exists();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue