mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Read a prompt-install variable from settings.conf.
This commit is contained in:
parent
e6748f8656
commit
b86193824d
2 changed files with 13 additions and 0 deletions
|
@ -46,6 +46,8 @@ public:
|
|||
|
||||
QString brandingComponentName() const;
|
||||
|
||||
bool showPromptBeforeInstall() const;
|
||||
|
||||
bool debugMode() const;
|
||||
|
||||
private:
|
||||
|
@ -60,6 +62,8 @@ private:
|
|||
QStringList m_modulesPostInstallList;
|
||||
|
||||
QString m_brandingComponentName;
|
||||
|
||||
bool m_promptInstall;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue