mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-25 10:19:45 +02:00
fix setting save bug
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user