1
0
Fork 0
mirror of synced 2024-10-02 01:57:09 +13:00
czkawka/czkawka_slint_gui/ui/common.slint
Rafał Mikrut 6d8fe135ce Make
2023-10-22 22:12:59 +02:00

16 lines
No EOL
253 B
Text

export enum CurrentTab {
EmptyFolders,
EmptyFiles,
SimilarImages,
}
export enum TypeOfOpenedItem {
CurrentItem,
ParentItem,
}
export struct ProgressToSend {
current_progress: int,
all_progress: int,
step_name: string,
}