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),
fListItem(NULL),
fItemColor(ForegroundColor(ui_color(B_LIST_BACKGROUND_COLOR))),
fStatus(STATUS_OFFLINE),
fStatus(STATUS_ONLINE),
fAvatarBitmap(NULL),
fPopUp(NULL)
{

View File

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