Merge branch 'dev' into multi-external-editor
This commit is contained in:
@@ -465,6 +465,17 @@ public:
|
||||
size_t maxRecentFolders; // max. number of recent folders stored in options file
|
||||
std::vector<Glib::ustring> recentFolders; // List containing all recent folders
|
||||
|
||||
enum SortMethod {
|
||||
SORT_BY_NAME,
|
||||
SORT_BY_DATE,
|
||||
SORT_BY_EXIF,
|
||||
SORT_BY_RANK,
|
||||
SORT_BY_LABEL,
|
||||
SORT_METHOD_COUNT,
|
||||
};
|
||||
SortMethod sortMethod; // remembers current state of file browser
|
||||
bool sortDescending;
|
||||
|
||||
|
||||
Options ();
|
||||
|
||||
|
Reference in New Issue
Block a user