Rebranding to SnappyMail because this fork of RainLoop has way too many changes to be compatible.

This commit is contained in:
djmaze 2020-09-23 17:23:04 +02:00
parent 98ba7e61aa
commit 0181d9645a
14 changed files with 52 additions and 55 deletions

View file

@ -3,7 +3,6 @@ import ko from 'ko';
class AboutAdminSettings {
constructor() {
this.version = ko.observable(rl.settings.app('version'));
this.coreType = ko.observable('djmaze');
}
}