Skip to content

Commit

Permalink
bak
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Dec 8, 2024
1 parent 507b049 commit 1d9ce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct AppDataCleaner { // 定义数据类型
//current_folder_type: String, // 新增字段
previous_logging_state: bool, // 记录上一次日志启用状态
ignored_folders: HashSet<String>, // 忽略文件夹集合
move_module: Option<MoveModule>,
move_module: Option<move_module>,
}

impl Default for AppDataCleaner { // 定义变量默认值
Expand Down

0 comments on commit 1d9ce46

Please sign in to comment.