Skip to content

Commit

Permalink
格式化
Browse files Browse the repository at this point in the history
Signed-off-by: 陈生杂物房 <88823709+TC999@users.noreply.github.com>
  • Loading branch information
TC999 authored Jan 7, 2025
1 parent 11903c7 commit df417e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl eframe::App for AppDataCleaner {
ui.checkbox(&mut self.is_logging_enabled, "启用日志");

ui.menu_button("切换文件夹", |ui| {
for folder in ["Roaming","Local","LocalLow"] {
for folder in ["Roaming", "Local", "LocalLow"] {
if ui.button(folder).clicked() {
self.selected_appdata_folder = folder.to_string();
self.folder_data.clear();
Expand Down Expand Up @@ -229,4 +229,4 @@ impl eframe::App for AppDataCleaner {
// 显示移动窗口
self.move_module.show_move_window(ctx);
}
}
}

0 comments on commit df417e1

Please sign in to comment.