mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
add setting to controll game assets download
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
e7a03d311c
commit
418222cd6f
5 changed files with 66 additions and 37 deletions
|
|
@ -38,7 +38,7 @@ class InstanceCreationTask : public InstanceTask {
|
|||
|
||||
protected:
|
||||
void setError(const QString& message) { m_error_message = message; };
|
||||
void scheduleToDelete(QWidget* parent, QDir dir, QString path, bool checkDisabled = false);
|
||||
void scheduleToDelete(QWidget* parent, const QDir& dir, const QString& path, bool checkDisabled = false);
|
||||
|
||||
protected:
|
||||
bool m_abort = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue