system source, some code improvements

This commit is contained in:
2019-12-14 23:54:15 +03:00
parent c05a87a540
commit 276248a748
133 changed files with 748 additions and 526 deletions

View File

@ -68,7 +68,7 @@ QtObject {
},
{
"label": i18n("Network"),
"regexp": "^(netdev|(down|up(?!time)).*)"
"regexp": "^(netdev|ssid|(down|up(?!time)).*)"
},
{
"label": i18n("Network request"),
@ -82,6 +82,10 @@ QtObject {
"label": i18n("Scripts"),
"regexp": "^custom.*"
},
{
"label": i18n("System"),
"regexp": "^(volume|brightness)"
},
{
"label": i18n("Time"),
"regexp": ".*time$"