From 70f34211cb4ad1f3f6170ded062bafff85d66643 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sun, 3 May 2026 14:53:01 +0200 Subject: Add A restore view properties to defaults button The button allows to restore to defaults, in case you are using the per-folder view properties settings. The button disables or enables itself whether or not it matches the defaults view settings. --- src/views/dolphinviewactionhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/views/dolphinviewactionhandler.h') diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index b15a73933..41fc994d1 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -236,6 +236,8 @@ private Q_SLOTS: */ void slotSelectionChanged(const KFileItemList &selection); + void restoreViewSettingsToDefaults(); + private: /** * Create all the actions. -- cgit v1.3.1