issue#85 Revers active column checkbox

This commit is contained in:
Marcin Łojewski
2018-12-22 11:04:41 +01:00
parent a61f9fc7d7
commit d5b5c36b1c
6 changed files with 11 additions and 3 deletions

View File

@@ -38,5 +38,6 @@ final class Opt
const PASSWORD_CHANGE = "opt.password_change";
const PREPEND_SALT = "opt.prepend_salt";
const QUOTA_SYNC = "opt.quota_sync";
const REVERSE_ACTIVE = "opt.reverse_active";
const USE_CACHE = "opt.use_cache";
}