| 1193 | } |
| 1194 | |
| 1195 | void MainWindow::on_actionViewInstanceFolder_triggered() |
| 1196 | { |
| 1197 | QString str = APPLICATION->settings()->get("InstanceDir").toString(); |
| 1198 | DesktopServices::openPath(str); |
| 1199 | } |
| 1200 | |
| 1201 | void MainWindow::on_actionViewCentralModsFolder_triggered() |
| 1202 | { |