mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-08 13:08:29 +02:00
Add link instance detection
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
7b511f4c67
commit
ea44c2465c
3 changed files with 41 additions and 23 deletions
|
|
@ -40,4 +40,7 @@
|
|||
#include "BaseInstance.h"
|
||||
|
||||
/// Update instanceRoot to make it sync with name/id; return true if a refresh is needed
|
||||
bool askToUpdateInstanceDirName(SettingsObjectPtr globalSettings, InstancePtr instance, QWidget* parent);
|
||||
bool askToUpdateInstanceDirName(InstancePtr instance, QWidget* parent);
|
||||
|
||||
/// Check if there are linked instances, and display a warning; return true if the operation should proceed
|
||||
bool checkLinkedInstances(const QString& id, QWidget* parent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue