diff --git a/src/public/app/widgets/type_widgets/options/appearance/native_title_bar.js b/src/public/app/widgets/type_widgets/options/appearance/native_title_bar.js index afe2e0dbd..3fcbf741c 100644 --- a/src/public/app/widgets/type_widgets/options/appearance/native_title_bar.js +++ b/src/public/app/widgets/type_widgets/options/appearance/native_title_bar.js @@ -10,7 +10,21 @@ const TPL = ` -`; + + +
+

Background effects

+ +

On the desktop application, it's possible to use a semi-transparent background tinted in the colors of the user's wallpaper to add a touch of color.

+ +
+ +
+
+`; export default class NativeTitleBarOptions extends OptionsWidget { doRender() { @@ -21,6 +35,9 @@ export default class NativeTitleBarOptions extends OptionsWidget { this.updateOption('nativeTitleBarVisible', nativeTitleBarVisible); }); + + this.$backgroundEffects = this.$widget.find("input.background-effects"); + this.$backgroundEffects.on("change", () => this.updateCheckboxOption("backgroundEffects", this.$backgroundEffects)); } isEnabled() {