Add Settings::ui_notification_position.

This commit is contained in:
redpolline 2024-12-21 05:29:33 -05:00
parent ba49e5618c
commit 816479259b
3 changed files with 30 additions and 1 deletions

View file

@ -219,6 +219,8 @@ inline std::string ascii_to_lowercase(std::string data) {
#define DEFAULT_LANGUAGE "english"
#define DEFAULT_UI_NOTIFICATION_POSITION "top right"
#define LOBBY_CONNECT_APPID ((uint32)-2)
#define FRIEND_AVATAR_MAX_IMAGE_LENGTH (5 * 1024 * 1024)