mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
NOISSUE allow killing the instance from main window
This commit is contained in:
@ -148,7 +148,8 @@ public:
|
||||
}
|
||||
|
||||
public slots:
|
||||
void launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr);
|
||||
bool launch(InstancePtr instance, bool online = true, BaseProfilerFactory *profiler = nullptr);
|
||||
bool kill(InstancePtr instance);
|
||||
|
||||
private slots:
|
||||
/**
|
||||
|
Reference in New Issue
Block a user