effects: Fix blur and background contrast metadata
The role of enabledByDefaultMethod was misinterpreted. It exists only for kcms so they can display undetermined state. EnabledByDefault should still be set to a valid value.
This commit is contained in:
parent
218db74000
commit
d1b2a0e4d4
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
"Description[vi]": "Cải thiện độ tương phản và tính dễ đọc phía sau các cửa sổ bán trong suốt",
|
||||
"Description[x-test]": "xxImprove contrast and readability behind semi-transparent windowsxx",
|
||||
"Description[zh_CN]": "增强半透明窗口背景区域内容的对比度,改善其可读性",
|
||||
"EnabledByDefault": true,
|
||||
"Id": "contrast",
|
||||
"License": "GPL",
|
||||
"Name": "Background contrast",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"Description[vi]": "Làm mờ phần nền phía sau các cửa sổ bán trong suốt",
|
||||
"Description[x-test]": "xxBlurs the background behind semi-transparent windowsxx",
|
||||
"Description[zh_CN]": "对半透明窗口的背景进行虚化处理",
|
||||
"EnabledByDefault": true,
|
||||
"Id": "blur",
|
||||
"License": "GPL",
|
||||
"Name": "Blur",
|
||||
|
|
Loading…
Reference in a new issue