aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hotline/Models/Preferences.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/Models/Preferences.swift b/Hotline/Models/Preferences.swift
index 324c6d5..350bb0c 100644
--- a/Hotline/Models/Preferences.swift
+++ b/Hotline/Models/Preferences.swift
@@ -14,7 +14,7 @@ class Prefs {
init() {
UserDefaults.standard.register(defaults:[
PrefsKeys.username.rawValue: "guest",
- PrefsKeys.userIconID.rawValue: 137,
+ PrefsKeys.userIconID.rawValue: 191,
PrefsKeys.refusePrivateMessages.rawValue: false,
PrefsKeys.refusePrivateChat.rawValue: false,
PrefsKeys.enableAutomaticMessage.rawValue: false,