diff options
| author | Kostiantyn Korchuhanov <[email protected]> | 2025-08-13 08:58:00 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-08-13 08:58:00 +0000 |
| commit | 9142bae92949a4929655b99ce4124e44380da43c (patch) | |
| tree | 2dc5a838121505a67a177b006961296a3c4fa1e8 /src/dolphinui.rc | |
| parent | 9829fd0d5a2a48109407cbd5aaba02487985728d (diff) | |
Add a Window Color Scheme menu in the Configure menu
The menu is located at Menu -> Configure -> Window color scheme
Either in menu or hamburger mode.
FEATURE: 506618
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 3e6e4c463..6bac6a193 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui SYSTEM "kpartgui.dtd"> -<gui name="dolphin" version="46"> +<gui name="dolphin" version="47"> <MenuBar> <Menu name="file"> <Action name="new_menu" /> @@ -77,6 +77,9 @@ <Action name="compare_files" /> <Action name="change_remote_encoding" /> </Menu> + <Menu name="settings"> + <Action name="window_color_sheme"/> + </Menu> </MenuBar> <State name="new_file" > <disable> |
