Skip to content

Commit ba74ff8

Browse files
committed
fix: revert bogus changes to Rust code
1 parent 80fe59a commit ba74ff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src-tauri/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2553,7 +2553,7 @@ fn apply_window_effect(theme: String, window: impl raw_window_handle::HasWindowH
25532553
.expect("Failed to apply acrylic effect on Windows 11");
25542554
} else {
25552555
window_vibrancy::apply_blur(&window, color)
2556-
.expect("Failed to apply blur-sm effect on Windows 10 or older");
2556+
.expect("Failed to apply blur effect on Windows 10 or older");
25572557
}
25582558
}
25592559

src-tauri/src/tagging_utils/candidates.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const TAG_CANDIDATES: [&str; 590] = [
2424
"crying",
2525
"thinking",
2626
"silhouette",
27-
"shadow-sm",
27+
"shadow",
2828
"hands",
2929
"feet",
3030
// --- Animals ---
@@ -507,7 +507,7 @@ pub const TAG_CANDIDATES: [&str; 590] = [
507507
"macro",
508508
"close-up",
509509
"long exposure",
510-
"motion blur-sm",
510+
"motion blur",
511511
"light painting",
512512
"bokeh",
513513
"depth of field",

0 commit comments

Comments
 (0)