fix compiler warning

This commit is contained in:
Fire Cube 2025-05-22 20:20:00 +02:00
parent 4effcede9f
commit 73db776d83

View File

@ -21,7 +21,7 @@ public:
void Draw(); void Draw();
bool open = false; bool open = false;
bool ModuleList::IsSystemModule(const std::filesystem::path& path) { bool IsSystemModule(const std::filesystem::path& path) {
const auto sys_modules_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir); const auto sys_modules_path = Common::FS::GetUserPath(Common::FS::PathType::SysModuleDir);