aboutsummaryrefslogtreecommitdiff
path: root/Hotline
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-01-03 15:43:29 -0800
committerDustin Mierau <dustin@mierau.me>2024-01-03 15:43:29 -0800
commit17290707648f0624e148d752338fe7d1610e455a (patch)
treed4f4f6b8ea0a58d5a9864c60c83bd5cdcefb95e3 /Hotline
parent64368ad8690f0a071f2490e8429c0437694133ee (diff)
Select better starter icon for new users.
Diffstat (limited to 'Hotline')
-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,