┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorAkseli Lahtinen <[email protected]>2025-04-12 16:28:38 +0000
committerAkseli Lahtinen <[email protected]>2025-04-12 16:28:38 +0000
commit9d60570ca784000cb5ef78b13861eee58117595d (patch)
tree4a228a59d48794ed5a97173bed1277e071033e1d /src/dolphinmainwindow.h
parent1da33986b4fef14fcce0b8ddb4aaa722de074ce6 (diff)
DolphinNavigator: Hide the KUrlNavigator background if DolphinNavigator is outside of toolbar
When the DolphinNavigator is outside of the toolbar, it's better to hide the background for better looks. This change works only when Dolphin is built against KIO 6.14.
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index ecc84b971..b6aa9c020 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -704,6 +704,12 @@ private:
*/
void updateAllowedToolbarAreas();
+ /**
+ * Sets the background of the location bar(s) on if they are inside the toolbar,
+ * or off if they are outside the toolbar.
+ */
+ void updateNavigatorsBackground();
+
bool isKompareInstalled() const;
/**