web: common: rename isPersonal to personal according to settings api key

This commit is contained in:
Vladislav Makhov 2021-06-03 10:30:09 +03:00
parent 04c56a7f57
commit 2ae98f6cf4

View File

@ -56,7 +56,7 @@ class SettingsStore {
isEncryptionSupport = false;
encryptionKeys = null;
isPersonal = true;
personal = true;
isHeaderVisible = false;
isTabletView = false;