diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-06-11 21:52:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-06-11 21:52:59 +0200 |
commit | cdddd4250c0fd6cb6b8e0fe7f8810a83df7d48c4 (patch) | |
tree | a9d3460d20895028f77fb4dba79550cd1e073ca6 /src/plugins/Matrix.cpp | |
parent | fd402fc4ea57eababbe5e568835e7b5e070bd0c0 (diff) |
Change file manager view to grid, change file and folder icons
Diffstat (limited to 'src/plugins/Matrix.cpp')
-rw-r--r-- | src/plugins/Matrix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index c59a819..127a664 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -1295,7 +1295,7 @@ namespace QuickMedia { return std::vector<Tab>{}; }; - auto file_manager_body = create_body(); + auto file_manager_body = create_body(false, true); auto file_manager_page = std::make_unique<FileManagerPage>(program, FILE_MANAGER_MIME_TYPE_IMAGE, std::move(submit_handler)); file_manager_page->set_current_directory(get_home_dir().data); BodyItems body_items; |