Add support for setting labels online.

This commit is contained in:
Andrius Štikonas 2016-08-26 18:59:54 +01:00
parent 302b44730d
commit b04093bbfc
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void PartPropsDialog::updateHideAndShow()
palette.setColor(QPalette::Foreground, f);
dialogWidget().noSetLabel().setPalette(palette);
} else {
dialogWidget().label().setReadOnly(isReadOnly());
dialogWidget().label().setReadOnly(isReadOnly() && !partition().fileSystem().supportSetLabelOnline());
dialogWidget().noSetLabel().setVisible(false);
}