mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-21 22:54:53 +08:00
Implement customizable buttons via env vars (fixes #214)
This commit is contained in:
@@ -155,6 +155,7 @@ class PairDrop {
|
||||
}
|
||||
|
||||
async hydrate() {
|
||||
this.aboutUI = new AboutUI();
|
||||
this.peersUI = new PeersUI();
|
||||
this.languageSelectDialog = new LanguageSelectDialog();
|
||||
this.receiveFileDialog = new ReceiveFileDialog();
|
||||
|
||||
Reference in New Issue
Block a user