diff options
author | Daggertooth <dev@monsterpit.net> | 2018-04-15 01:49:19 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:20 -0500 |
commit | cf3aee91ca04939897df4a92504abbebe33a8ee4 (patch) | |
tree | 0b84af37045a856c562fbc0dfed547f59c955840 /config | |
parent | ae1576691f34b633c2a9162da848bedfab489acc (diff) |
Confirm boosts by default
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.yml b/config/settings.yml index a4c1b20c3..6feb887ef 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -19,7 +19,7 @@ defaults: &defaults default_sensitive: false hide_network: true unfollow_modal: true - boost_modal: false + boost_modal: true favourite_modal: false delete_modal: true auto_play_gif: false |