mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-05 20:34:07 +02:00
10 lines
190 B
C#
10 lines
190 B
C#
namespace TweetDuck.Browser.Notification {
|
|
enum NotificationPauseReason {
|
|
UserConfiguration,
|
|
SettingsDialogOpen,
|
|
WindowsSessionLocked,
|
|
SystemIdle,
|
|
CursorOverNotificationArea
|
|
}
|
|
}
|