add custom keys configuration

This commit is contained in:
2017-07-10 01:43:21 +03:00
parent 7a00dce7c5
commit 7ce3e8b1cf
14 changed files with 428 additions and 46 deletions

View File

@ -141,7 +141,7 @@ void AWFormatterConfig::execDialog()
break;
case 1:
default:
m_helper->writeFormatters(data);
m_helper->writeItems(data);
m_helper->removeUnusedFormatters(data.keys());
break;
}