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,8 +530,6 @@ namespace OS {
|
||||
};
|
||||
}
|
||||
|
||||
if(!setting.applications.categories)
|
||||
{
|
||||
setting.applications.categories = [
|
||||
{
|
||||
text: "__(Media)",
|
||||
@ -571,7 +569,6 @@ namespace OS {
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
// Register handle for application search
|
||||
API.onsearch("__(Applications)", function (t) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user