Auto-fix \ to / on Windows (for portability)

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-03-26 23:48:00 +00:00
parent ccef855f06
commit 1e7ceafa5f
2 changed files with 10 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ class MinecraftSettingsWidget : public QWidget {
void openGlobalSettings();
void updateAccountsMenu(const SettingsObject& settings);
bool isQuickPlaySupported();
void editedDataPacksPath();
void selectDataPacksFolder();
MinecraftInstancePtr m_instance;