From df417e1849f1f618965431a8446fa18dd566283d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=94=9F=E6=9D=82=E7=89=A9=E6=88=BF?= <88823709+TC999@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈生杂物房 <88823709+TC999@users.noreply.github.com> --- src/ui.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui.rs b/src/ui.rs index c0acba9..c21c418 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -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(); @@ -229,4 +229,4 @@ impl eframe::App for AppDataCleaner { // 显示移动窗口 self.move_module.show_move_window(ctx); } -} \ No newline at end of file +}