mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
feat: Automatic update subscription
This commit is contained in:
@@ -305,6 +305,7 @@ namespace NekoGui {
|
||||
_add(new configItem("id", &id, itemType::integer));
|
||||
_add(new configItem("front_proxy_id", &front_proxy_id, itemType::integer));
|
||||
_add(new configItem("archive", &archive, itemType::boolean));
|
||||
_add(new configItem("skip_auto_update", &skip_auto_update, itemType::boolean));
|
||||
_add(new configItem("name", &name, itemType::string));
|
||||
_add(new configItem("order", &order, itemType::integerList));
|
||||
_add(new configItem("url", &url, itemType::string));
|
||||
|
||||
Reference in New Issue
Block a user