Skip to content

Commit 5887a79

Browse files
committed
fix: Rename flag name
1 parent ef69a4b commit 5887a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DisCatSharp/Enums/Application/ApplicationFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ public enum ApplicationFlags : long
129129
/// <summary>
130130
/// Indicates if an app is considered active. This means that it has had any global command executed in the past 30 days.
131131
/// </summary>
132-
ActiveApplication = 1L << 24
132+
Active = 1L << 24
133133
}

0 commit comments

Comments
 (0)