diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-21 14:10:48 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-21 14:10:48 -0400 |
commit | f71b705ac5e676f0d1f2c1fa75c7bd789d59ceec (patch) | |
tree | 45f458f590a15cdba4c85c486409b97b3e2d17b7 /src-qt5/desktop-utils/lumina-fm/MainUI.ui | |
parent | Fix up the RSS reader. (diff) | |
download | lumina-f71b705ac5e676f0d1f2c1fa75c7bd789d59ceec.tar.gz lumina-f71b705ac5e676f0d1f2c1fa75c7bd789d59ceec.tar.bz2 lumina-f71b705ac5e676f0d1f2c1fa75c7bd789d59ceec.zip |
Add a "Verify File Delete" view option to lumina-fm
When checked (default) it will prompt about filesystem deletions.
When unchecked, it will not prompt and just delete the items.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/MainUI.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/MainUI.ui | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/MainUI.ui b/src-qt5/desktop-utils/lumina-fm/MainUI.ui index 5f067786..32ccd659 100644 --- a/src-qt5/desktop-utils/lumina-fm/MainUI.ui +++ b/src-qt5/desktop-utils/lumina-fm/MainUI.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>415</height> + <height>417</height> </rect> </property> <property name="windowTitle"> @@ -69,7 +69,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>161</height> + <height>137</height> </rect> </property> <layout class="QHBoxLayout" name="BrowserLayout"> @@ -116,7 +116,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>28</height> + <height>38</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -145,9 +145,10 @@ </widget> <addaction name="actionRefresh"/> <addaction name="separator"/> + <addaction name="actionShow_Thumbnails"/> <addaction name="actionView_Hidden_Files"/> + <addaction name="actionVerify_File_Delete"/> <addaction name="separator"/> - <addaction name="actionShow_Thumbnails"/> <addaction name="menuView_Mode"/> </widget> <widget class="QMenu" name="menuBookmarks"> @@ -451,6 +452,17 @@ <string>Open as Root</string> </property> </action> + <action name="actionVerify_File_Delete"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="text"> + <string>Verify File Delete</string> + </property> + </action> </widget> <resources/> <connections/> |