mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Implement customizable buttons via env vars (fixes #214)
This commit is contained in:
parent
09451caf86
commit
e06fa47c96
5 changed files with 124 additions and 7 deletions
|
@ -155,6 +155,7 @@ class PairDrop {
|
|||
}
|
||||
|
||||
async hydrate() {
|
||||
this.aboutUI = new AboutUI();
|
||||
this.peersUI = new PeersUI();
|
||||
this.languageSelectDialog = new LanguageSelectDialog();
|
||||
this.receiveFileDialog = new ReceiveFileDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue