From 9a75767faa87f3cb59bae36353ef5abb604c85ba Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Tue, 29 Jun 2021 11:40:58 -0500 Subject: [PATCH] Change default user status, replicant settings --- application/User.cpp | 2 +- application/preferences/AppPreferences.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/User.cpp b/application/User.cpp index d799ff0..14a1fda 100644 --- a/application/User.cpp +++ b/application/User.cpp @@ -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) { diff --git a/application/preferences/AppPreferences.cpp b/application/preferences/AppPreferences.cpp index 2069245..883f6c3 100644 --- a/application/preferences/AppPreferences.cpp +++ b/application/preferences/AppPreferences.cpp @@ -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),