mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-24 04:22:39 +00:00
NOISSUE Add support for launching worlds directly via Quick Play
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <QObjectPtr.h>
|
||||
#include "ui/pages/BasePage.h"
|
||||
#include "JavaCommon.h"
|
||||
#include "minecraft/WorldList.h"
|
||||
#include "Application.h"
|
||||
|
||||
class JavaChecker;
|
||||
@@ -60,6 +61,8 @@ private slots:
|
||||
void on_javaDetectBtn_clicked();
|
||||
void on_javaTestBtn_clicked();
|
||||
void on_javaBrowseBtn_clicked();
|
||||
void on_serverAddressRadioButton_toggled(bool checked);
|
||||
void on_worldRadioButton_toggled(bool checked);
|
||||
|
||||
void applySettings();
|
||||
void loadSettings();
|
||||
|
||||
Reference in New Issue
Block a user