gui: mainwindow: Add vertical scroll option, default to it

Seems horizontal mode is too unusual according to multiple
feedback.

Allow choosing this the mode in the settings
This commit is contained in:
2022-08-21 22:57:46 +02:00
父節點 fe610d3068
當前提交 14730ed208
共有 3 個文件被更改,包括 71 次插入18 次删除

查看文件

@@ -10,6 +10,7 @@
#define SETTINGS_KEY_MOUNTPATHS "mountpaths"
#define SETTINGS_KEY_PREVIEWSPERPAGE "previewsPerPage"
#define SETTINGS_KEY_SEARCHHISTORY "searchhistory"
#define SETTINGS_KEY_PREVIEWS_SCROLL_HORIZONTALLY "horizontalscroll"
namespace Common
{