mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-16 21:06:44 +02:00
fix setting save bug
This commit is contained in:
parent
62c56eac9f
commit
ee03e07325
@ -530,8 +530,6 @@ namespace OS {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!setting.applications.categories)
|
|
||||||
{
|
|
||||||
setting.applications.categories = [
|
setting.applications.categories = [
|
||||||
{
|
{
|
||||||
text: "__(Media)",
|
text: "__(Media)",
|
||||||
@ -571,7 +569,6 @@ namespace OS {
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Register handle for application search
|
// Register handle for application search
|
||||||
API.onsearch("__(Applications)", function (t) {
|
API.onsearch("__(Applications)", function (t) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user