mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Base windows UI is working.
* No joining/leaving networks yet, but they do display. * Nothing is updated yet after first load of the app. Need to set up a background task to run updates.
This commit is contained in:
parent
6471c1f4e2
commit
5b6ddaa2d7
14 changed files with 329 additions and 58 deletions
3
windows/packages/.gitignore
vendored
Normal file
3
windows/packages/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!repositories.config
|
||||
!.gitignore
|
4
windows/packages/repositories.config
Normal file
4
windows/packages/repositories.config
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<repositories>
|
||||
<repository path="..\WinUI\packages.config" />
|
||||
</repositories>
|
Loading…
Add table
Add a link
Reference in a new issue