- Add desktop-style title bar shell and viewport locking for bank/org UIs - Redesign notification HUD visuals and behavior (timers, persistence, exposed JS API) - Register and play a new notification sound via `CfgSounds` on client events
10 lines
196 B
C++
10 lines
196 B
C++
class CfgSounds {
|
|
sounds[] += {QGVAR(notify)};
|
|
|
|
class GVAR(notify) {
|
|
name = QGVAR(notify);
|
|
sound[] = {QPATHTOF2(sounds\notify.ogg), 1, 1};
|
|
titles[] = {};
|
|
};
|
|
};
|