mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Hide server scope column by default
Most people only use global bans so this can easily be redundant information.
This commit is contained in:
parent
d6c1d89bd4
commit
29d54464ca
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user