mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Debrand part 2: electric boogaloo (#70)
* Rebrand fully * Rebrand part 2: electric boogaloo * Debrand part 3: fixes
This commit is contained in:
@@ -569,7 +569,7 @@ export class AdminModel {
|
||||
const count = this.events.reduce((sum, e) => sum + (e.deleted ? 0 : 1), 0);
|
||||
const inred = this.events.reduce((sum, e) => sum + ((!e.deleted && e.count > 9) ? 1 : 0), 0);
|
||||
const flag = this.isLowDiskSpace || this.isLowMemory || this.isOldCertificate || this.isOldPatreon;
|
||||
document.title = `${ponies} | ${count}${repeat('!', inred)}${flag ? ' 🚩' : ''}${!this.connected ? ' ⚠' : ''} | Pony Town`;
|
||||
document.title = `${ponies} | ${count}${repeat('!', inred)}${flag ? ' 🚩' : ''}${!this.connected ? ' ⚠' : ''} | pixel.horse`;
|
||||
}
|
||||
private notify(title: string, body: string) {
|
||||
if (this.notifications && notification.permission === 'granted') {
|
||||
|
||||
Reference in New Issue
Block a user