mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Make default groups, users group and autologin group configurable.
This commit is contained in:
parent
0d1fb79ec8
commit
ad68ce0187
6 changed files with 88 additions and 10 deletions
|
@ -24,6 +24,8 @@
|
|||
#include "viewpages/ViewStep.h"
|
||||
#include "PluginDllMacro.h"
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
class UsersPage;
|
||||
|
||||
class PLUGINDLLEXPORT UsersViewStep : public Calamares::ViewStep
|
||||
|
@ -53,9 +55,14 @@ public:
|
|||
|
||||
void onLeave() override;
|
||||
|
||||
void setConfigurationMap( const QVariantMap &configurationMap ) override;
|
||||
|
||||
private:
|
||||
UsersPage* m_widget;
|
||||
QList< Calamares::job_ptr > m_jobs;
|
||||
|
||||
QString m_userGroup;
|
||||
QStringList m_defaultGroups;
|
||||
};
|
||||
|
||||
#endif // USERSPAGEPLUGIN_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue