mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: widget order tab no longer shows disabled widgets, better font for Russian, add Baidu search engine etc
This commit is contained in:
@@ -129,7 +129,7 @@ export default class SettingsFunctions {
|
||||
<style>
|
||||
${url}
|
||||
* {
|
||||
font-family: '${font}', 'Lexend Deca', 'Roboto' !important;
|
||||
font-family: '${font}', 'Lexend Deca', 'Montserrat' !important;
|
||||
${fontweight}
|
||||
${fontstyle}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
[
|
||||
{
|
||||
"name": "Chinese (Simplified)",
|
||||
"value": "zh_CN"
|
||||
},
|
||||
{
|
||||
"name": "Deutsch",
|
||||
"value": "de_DE"
|
||||
@@ -34,5 +30,9 @@
|
||||
{
|
||||
"name": "Pусский",
|
||||
"value": "ru"
|
||||
},
|
||||
{
|
||||
"name": "中文 (简体)",
|
||||
"value": "zh_CN"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user