We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353b6c6 commit cb6d47bCopy full SHA for cb6d47b
Client/core/CTrayIcon.cpp
@@ -1,6 +1,6 @@
1
/*****************************************************************************
2
*
3
- * PROJECT: Multi Theft Auto v1.0
+ * PROJECT: Multi Theft Auto
4
* LICENSE: See LICENSE in the top level directory
5
* FILE: core/CTrayIcon.cpp
6
* PURPOSE: Create and destroy tray icon for MTA
@@ -16,7 +16,7 @@
16
#define TRAY_DUMMY_WINDOW_NAME L"NotificationsDummy"
17
#define TRAY_BALLOON_TITLE L"Notification from MTA:SA server"
18
#define TRAY_ICON_TOOLTIP_TEXT L"Multi Theft Auto: San Andreas"
19
-#define TRAY_BALLOON_INTERVAL 30000L // ms
+static constexpr std::uint16_t TRAY_BALLOON_INTERVAL = 500; // ms
20
21
extern HINSTANCE g_hModule;
22
0 commit comments