mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add Settings::ui_notification_position.
This commit is contained in:
parent
ba49e5618c
commit
816479259b
3 changed files with 30 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue