mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-15 09:46:09 +01:00
Store query filters
This commit is contained in:
@@ -65,7 +65,7 @@ SysTrayX.Accounts = {
|
||||
|
||||
if (accounts[prop]) {
|
||||
let typeUl = document.createElement("ul");
|
||||
typeUl.setAttribute("class", "nested");
|
||||
typeUl.setAttribute("class", "nested active");
|
||||
|
||||
for (let i = 0; i < accounts[prop].length; ++i) {
|
||||
let typeLi = document.createElement("li");
|
||||
|
||||
Reference in New Issue
Block a user