feat: relative path by default at portable mode
This commit is contained in:
parent
a81dc7a018
commit
eb0218680d
@ -44,6 +44,8 @@ KeyDatabaseEditDialog::KeyDatabaseEditDialog(
|
|||||||
ui_->setupUi(this);
|
ui_->setupUi(this);
|
||||||
|
|
||||||
ui_->keyDBPathShowLabel->setHidden(true);
|
ui_->keyDBPathShowLabel->setHidden(true);
|
||||||
|
ui_->convert2RelativePathCheckBox->setChecked(
|
||||||
|
GlobalSettingStation::GetInstance().IsProtableMode());
|
||||||
|
|
||||||
ui_->keyDBNameLabel->setText(tr("Key Database Name"));
|
ui_->keyDBNameLabel->setText(tr("Key Database Name"));
|
||||||
ui_->keyDBPathLabel->setText(tr("Key Database Path"));
|
ui_->keyDBPathLabel->setText(tr("Key Database Path"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user