feat: manually column width

This commit is contained in:
arm64v8a
2023-01-12 14:23:13 +09:00
parent 51e00eeaaf
commit eb93200fbf
8 changed files with 80 additions and 27 deletions

View File

@@ -213,6 +213,8 @@ namespace NekoRay {
_add(new configItem("url", &url, itemType::string));
_add(new configItem("info", &info, itemType::string));
_add(new configItem("lastup", &last_update, itemType::integer64));
_add(new configItem("manually_column_width", &manually_column_width, itemType::boolean));
_add(new configItem("column_width", &column_width, itemType::integerList));
}
QSharedPointer<Group> ProfileManager::LoadGroup(const QString &jsonPath) {