mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-20 17:22:46 +01:00
fix setting save bug
This commit is contained in:
parent
af570fecf5
commit
e764cef4ac
@ -534,43 +534,43 @@ namespace OS {
|
||||
{
|
||||
setting.applications.categories = [
|
||||
{
|
||||
text: __("All"),
|
||||
text: "__(All)",
|
||||
iconclass: "bi bi-gear-wide"
|
||||
},
|
||||
{
|
||||
text: __("Media"),
|
||||
text: "__(Media)",
|
||||
iconclass: "bi bi-disc"
|
||||
},
|
||||
{
|
||||
text: __("Development"),
|
||||
text: "__(Development)",
|
||||
iconclass: "bi bi-hammer"
|
||||
},
|
||||
{
|
||||
text: __("Education"),
|
||||
text: "__(Education)",
|
||||
iconclass: "fa fa-graduation-cap"
|
||||
},
|
||||
{
|
||||
text: __("Game"),
|
||||
text: "__(Game)",
|
||||
iconclass: "fa fa-gamepad"
|
||||
},
|
||||
{
|
||||
text: __("Graphics"),
|
||||
text: "__(Graphics)",
|
||||
iconclass: "bi bi-palette-fill"
|
||||
},
|
||||
{
|
||||
text: __("Internet"),
|
||||
text: "__(Internet)",
|
||||
iconclass: "fa fa-globe"
|
||||
},
|
||||
{
|
||||
text: __("Office"),
|
||||
text: "__(Office)",
|
||||
iconclass: "bi bi-building"
|
||||
},
|
||||
{
|
||||
text: __("System"),
|
||||
text: "__(System)",
|
||||
iconclass: "fa bi-gear-wide-connected"
|
||||
},
|
||||
{
|
||||
text: __("Utility"),
|
||||
text: "__(Utility)",
|
||||
iconclass: "bi bi-tools"
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user