Restore iOS-specific theme; colors on left in android theme
This commit is contained in:
parent
ca61c9cb85
commit
7d9711ba65
19 changed files with 1280 additions and 538 deletions
|
@ -1374,6 +1374,10 @@
|
|||
},
|
||||
|
||||
getColor() {
|
||||
if (!this.isPrivate()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const { migrateColor } = Util;
|
||||
return migrateColor(this.get('color'));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue