Change default user status, replicant settings

This commit is contained in:
Jaidyn Ann 2021-06-29 11:40:58 -05:00
parent 06b1df8882
commit 9a75767faa
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ User::User(BString id, BMessenger msgn)
fLooper(NULL), fLooper(NULL),
fListItem(NULL), fListItem(NULL),
fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))), fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))),
fStatus(STATUS_OFFLINE), fStatus(STATUS_ONLINE),
fAvatarBitmap(NULL), fAvatarBitmap(NULL),
fPopUp(NULL) fPopUp(NULL)
{ {

View File

@ -31,8 +31,8 @@ AppPreferencesData::AppPreferencesData()
RaiseUserIsTyping(false), RaiseUserIsTyping(false),
MarkUnreadWindow(true), MarkUnreadWindow(true),
HideDeskbar(false), HideDeskbar(false),
DisableReplicant(false), DisableReplicant(true),
IgnoreEmoticons(false), IgnoreEmoticons(true),
NotifyProtocolStatus(true), NotifyProtocolStatus(true),
NotifyContactStatus(false), NotifyContactStatus(false),
NotifyNewMessage(true), NotifyNewMessage(true),