kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
535 stars 63 forks source link

[Feature Request] auto hide folder pane when Fullscreen F11 #139

Open wtfiwinomgs opened 4 years ago

wtfiwinomgs commented 4 years ago

auto hide folder (left panel F4) when fullscreen into image with middle mouse button (or F11).

having to press F4 each time when both top/bottom bar auto hides on zoom is inefficient. whole purposes of full screen is not to see anything except the picture. folder pane should also auto hide and come back up once out of fullscreen F11.

please allow this to happen thank you.

kanryu commented 4 years ago

I think the problem is caused by a gap between the mindset of the people who use the app and those who make it.

Some of the image viewers may actually be designed with such assumptions as temporary full-screen views. However, in QuickViewer, full screen is a type of window display mode, and all functions can be called while performing full screen display. Of course, the FolderView you pointed out.

If you want to implement your proposed behavior, we need to show the FolderView again when returning to the Window display, but now we have another problem with the FolderView display, so fix that first I need to do that. Check out the Issue.