Skip to content

Commit 52820ea

Browse files
committed
Add RAIL_WINDOW to default ignore list
See #391.
1 parent e41491b commit 52820ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FancyWM/Models/Settings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public Settings()
8181

8282
public List<string> ClassIgnoreList { get; set; } =
8383
[
84-
"OperationStatusWindow"
84+
"OperationStatusWindow",
85+
"RAIL_WINDOW",
8586
];
8687

8788
public bool RemindToRateReview { get; set; } = true;

0 commit comments

Comments
 (0)