diff options
author | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2024-12-19 22:06:10 +0530 |
---|---|---|
committer | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2024-12-19 19:27:54 +0100 |
commit | e87b50fb4936c221bdfb0fe6e8efd15251f6f38f (patch) | |
tree | cd6c7ea9dc3077237a11facdd6b7c40eb6c75a68 /cui/source/options/appearance.hxx | |
parent | 0d524283769179842e3869e1650facd99a17b0c0 (diff) |
tdf#163620 Allow users to modify "Appearance" for Automatic scheme
Disabling "Appearance" options for Automatic scheme is pointless
and it's bad UX as the users don't have any clue about what's
going on.
"Normal user should have our old feature - to select
dark/light/system theme in only one action. Customizing theme is
absolutely another thing" -- Kompilainenn (LO Design Team)
Change-Id: I181420daefd29e0f7a7d638d9c7a26034c40c566
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178828
Reviewed-by: Sahil Gautam <sahil.gautam.extern@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'cui/source/options/appearance.hxx')
-rw-r--r-- | cui/source/options/appearance.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/appearance.hxx b/cui/source/options/appearance.hxx index 05d9a99b52c5..7675d54e3bc4 100644 --- a/cui/source/options/appearance.hxx +++ b/cui/source/options/appearance.hxx @@ -85,6 +85,7 @@ private: void UpdateRemoveBtnState(); void EnableImageControls(bool bEnabled); void UpdateColorDropdown(); + void UpdateOldAppearance(); bool IsDarkModeEnabled(); void FillItemsList(); size_t GetActiveEntry(); |