mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Make showOfflineUsers true by default
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
b53b814740
commit
768043a37d
@ -727,7 +727,7 @@ public class LocalPreferences {
|
||||
}
|
||||
|
||||
public boolean isOfflineUsersShown() {
|
||||
return getBoolean("showOfflineUsers", false);
|
||||
return getBoolean("showOfflineUsers", true);
|
||||
}
|
||||
|
||||
public void setOfflineUsersShown(boolean shown) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user