Only call on interactive uses

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-03-27 06:53:57 +08:00
parent ea44c2465c
commit 8fea37b8b7
4 changed files with 22 additions and 7 deletions

View File

@ -126,6 +126,9 @@ class BaseInstance : public QObject, public std::enable_shared_from_this<BaseIns
QString name() const;
void setName(QString val);
/// Sync name and rename instance dir accordingly; returns true if successful
bool syncInstanceDirName() const;
/// Value used for instance window titles
QString windowTitle() const;