diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-23 13:08:33 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-23 13:08:33 -0500 |
commit | c65a4f358f20f3709d1ebc4e9d2f7931252a50e8 (patch) | |
tree | 89e92babda9ce245fe8565029b527105704e41eb /lumina-fm/MainUI.ui | |
parent | Update the ROADMAP to 1.0.0-Release (diff) | |
download | lumina-c65a4f358f20f3709d1ebc4e9d2f7931252a50e8.tar.gz lumina-c65a4f358f20f3709d1ebc4e9d2f7931252a50e8.tar.bz2 lumina-c65a4f358f20f3709d1ebc4e9d2f7931252a50e8.zip |
Add an option in lumina-fm to enable/disable loading file thumbnails.
NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories.
Diffstat (limited to 'lumina-fm/MainUI.ui')
-rw-r--r-- | lumina-fm/MainUI.ui | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.ui b/lumina-fm/MainUI.ui index 9dae7a56..66685532 100644 --- a/lumina-fm/MainUI.ui +++ b/lumina-fm/MainUI.ui @@ -1086,7 +1086,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>18</height> + <height>19</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -1101,6 +1101,7 @@ <property name="title"> <string>View</string> </property> + <addaction name="actionShow_Thumbnails"/> <addaction name="actionView_Hidden_Files"/> <addaction name="actionShow_Action_Buttons"/> <addaction name="separator"/> @@ -1266,6 +1267,17 @@ <string>Show Action Buttons</string> </property> </action> + <action name="actionShow_Thumbnails"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="text"> + <string>Load Thumbnails</string> + </property> + </action> </widget> <resources/> <connections/> |