Add UI to enable protocol handler

This commit is contained in:
Simon Ser
2021-11-07 17:53:10 +01:00
parent be475026c8
commit 321140327e
3 changed files with 46 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class Item {
}
export const autoconnect = new Item("autoconnect");
export const naggedProtocolHandler = new Item("naggedProtocolHandler");
const rawReceipts = new Item("receipts");