From 29d54464caa770a51c9d43d9679634febcbd916f Mon Sep 17 00:00:00 2001 From: ruan Date: Sun, 8 Sep 2019 08:32:23 +0200 Subject: [PATCH] Hide server scope column by default Most people only use global bans so this can easily be redundant information. --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index 14c6863..467e7f4 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -38,7 +38,7 @@ final class Settings { $this->info_badge_classes = 'badge'; // Show server scope column? - $this->show_server_scope = true; + $this->show_server_scope = false; // Show inactive bans? Removed bans will show (Unbanned), mutes will show (Unmuted), warnings will show (Expired). $this->show_inactive_bans = true;