diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/horizonwizard.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index 50c526d..4a008f3 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -429,10 +429,10 @@ QString HorizonWizard::toHScript() { delete[] userpw; if(acctWidget->isAdmin()) { lines << ("usergroups " + acctWidget->accountText() + " " + - "users,lp,audio,cdrom,cdrw,scanner,camera,video,games,usb,kvm,wheel"); + "users,lp,audio,cdrom,cdrw,video,games,usb,kvm,wheel"); } else { lines << ("usergroups " + acctWidget->accountText() + " " + - "users,lp,audio,cdrom,cdrw,scanner,camera,video,games"); + "users,lp,audio,cdrom,cdrw,video,games"); } } |