mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-08 09:36:45 +02:00
fix setting save bug
This commit is contained in:
parent
62c56eac9f
commit
ee03e07325
@ -530,47 +530,44 @@ namespace OS {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!setting.applications.categories)
|
setting.applications.categories = [
|
||||||
{
|
{
|
||||||
setting.applications.categories = [
|
text: "__(Media)",
|
||||||
{
|
iconclass: "bi bi-disc"
|
||||||
text: "__(Media)",
|
},
|
||||||
iconclass: "bi bi-disc"
|
{
|
||||||
},
|
text: "__(Development)",
|
||||||
{
|
iconclass: "bi bi-hammer"
|
||||||
text: "__(Development)",
|
},
|
||||||
iconclass: "bi bi-hammer"
|
{
|
||||||
},
|
text: "__(Education)",
|
||||||
{
|
iconclass: "fa fa-graduation-cap"
|
||||||
text: "__(Education)",
|
},
|
||||||
iconclass: "fa fa-graduation-cap"
|
{
|
||||||
},
|
text: "__(Game)",
|
||||||
{
|
iconclass: "fa fa-gamepad"
|
||||||
text: "__(Game)",
|
},
|
||||||
iconclass: "fa fa-gamepad"
|
{
|
||||||
},
|
text: "__(Graphics)",
|
||||||
{
|
iconclass: "bi bi-palette-fill"
|
||||||
text: "__(Graphics)",
|
},
|
||||||
iconclass: "bi bi-palette-fill"
|
{
|
||||||
},
|
text: "__(Internet)",
|
||||||
{
|
iconclass: "fa fa-globe"
|
||||||
text: "__(Internet)",
|
},
|
||||||
iconclass: "fa fa-globe"
|
{
|
||||||
},
|
text: "__(Office)",
|
||||||
{
|
iconclass: "bi bi-building"
|
||||||
text: "__(Office)",
|
},
|
||||||
iconclass: "bi bi-building"
|
{
|
||||||
},
|
text: "__(System)",
|
||||||
{
|
iconclass: "fa bi-gear-wide-connected"
|
||||||
text: "__(System)",
|
},
|
||||||
iconclass: "fa bi-gear-wide-connected"
|
{
|
||||||
},
|
text: "__(Utility)",
|
||||||
{
|
iconclass: "bi bi-tools"
|
||||||
text: "__(Utility)",
|
},
|
||||||
iconclass: "bi bi-tools"
|
]
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Register handle for application search
|
// Register handle for application search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user