feat(ui.js): Freigabe-Schaltfläche als Symbolleisten-Schaltfläche hinzugefügt.
- Share-Button auf der linken Seite der Kopfzeile entfernt
This commit is contained in:
@@ -110,4 +110,10 @@ class Comp {
|
||||
return this.__SignedCountBar;
|
||||
}
|
||||
}
|
||||
|
||||
static __ShareBackdrop;
|
||||
static get ShareBackdrop() {
|
||||
Comp.__ShareBackdrop ??= new bootstrap.Modal(document.getElementById('shareBackdrop'));
|
||||
return this.__ShareBackdrop;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user