1
0
Fork 0
mirror of synced 2024-07-03 21:40:48 +12:00
czkawka/czkawka_slint_gui/ui/common.slint

10 lines
146 B
Plaintext
Raw Normal View History

2023-10-21 21:01:22 +13:00
export enum CurrentTab {
EmptyFolders,
EmptyFiles,
SimilarImages,
2023-10-22 23:18:41 +13:00
}
export enum TypeOfOpenedItem {
CurrentItem,
ParentItem,
2023-10-21 21:01:22 +13:00
}