parent
042862e59c
commit
cf2689fa61
|
@ -108,7 +108,7 @@ SB_STATUS CNewBoxWizard::TryToCreateBox()
|
|||
const QString templateTitle = tr("Shared Template");
|
||||
const QString boxSettings = theAPI->SbieIniGetEx(BoxName, "");
|
||||
const QStringList boxSettingsLines = boxSettings.split(QRegularExpression(QStringLiteral("[\r\n]")), Qt::SkipEmptyParts);
|
||||
const QStringList SPECIAL_SETTINGS = { "BorderColor", "BoxIcon", "BoxNameTitle", "ConfigLevel", "CopyLimitKb" };
|
||||
const QStringList SPECIAL_SETTINGS = { "BorderColor", "BoxIcon", "ConfigLevel", "CopyLimitKb" };
|
||||
|
||||
bool disableWizardSettings = templateSettings.contains(QRegularExpression(QStringLiteral("[\r\n]#DisableWizardSettings=y[\r\n]")));
|
||||
bool removeDefaultAll = templateSettings.contains(QRegularExpression(QStringLiteral("[\r\n]#RemoveDefaultAll=y[\r\n]")));
|
||||
|
|
Loading…
Reference in New Issue