Hide server scope column by default

Most people only use global bans so this can easily be redundant information.
This commit is contained in:
ruan 2019-09-08 08:32:23 +02:00
parent d6c1d89bd4
commit 29d54464ca

View File

@ -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;