feat: New one-click Home Server, now in Labs. Launch your own self-hosted server instance with just 1 click from the Preferences window. (#2345)

* fix(desktop): add home server coming-soon message on windows platform

* fix(desktop): typos and remove feature block

* fix(desktop): instantiate home server only upon starting
This commit is contained in:
Karol Sójko
2023-07-04 16:55:37 +02:00
committed by GitHub
parent 9664d31c4e
commit 05528782a4
5 changed files with 43 additions and 15 deletions

View File

@@ -1,4 +1,3 @@
export enum InternalFeature {
Vaults = 'vaults',
HomeServer = 'home-server',
}