Allow setting labels during creation of LUKS volume.

This commit is contained in:
Andrius Štikonas 2016-04-24 17:48:24 +01:00
parent 221c375bd4
commit 2790b430bb
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ void NewDialog::accept()
luksFs->createInnerFileSystem(innerFsType);
luksFs->setPassphrase(dialogWidget().editPassphrase().text());
partition().setFileSystem(luksFs);
partition().fileSystem().setLabel(dialogWidget().label().text());
}
QDialog::accept();