1
0
Fork 0
mirror of synced 2024-05-12 16:32:43 +12:00
czkawka/czkawka_gui/src/gui_structs/mod.rs
Rafał Mikrut f1c6e6da17
Add sort button (#894)
* Add sort button

* Update lofty and gtk-rs

* Fix bug with invalid music tags with reference folders

* Remove try at

* Fix loading of certain directories with disabled loading settings at start

* Change FileChooserDialog to FileChooserNative

* Any

* Copy Clone

* Popover sort basic

* Builder using

* Basic sorting

* Fix not working sorting by size

* Changelog
2023-02-19 10:21:14 +01:00

12 lines
255 B
Rust

mod gui_about;
mod gui_bottom_buttons;
mod gui_compare_images;
pub mod gui_data;
mod gui_header;
pub mod gui_main_notebook;
pub mod gui_popovers_select;
pub mod gui_popovers_sort;
mod gui_progress_dialog;
pub mod gui_settings;
pub mod gui_upper_notebook;