You've already forked AstralRinth
forked from didirus/AstralRinth
MC Authentication + Account switching (#78)
* Popup, login * Fix Lint * Switch to UUID for avatars * Fix issues * Fixed logging out bug * Update AccountsCard.vue * Revert experiment * Fix button clicking * Addressed Changes
This commit is contained in:
@@ -19,7 +19,7 @@ theseus = { path = "../../theseus" }
|
||||
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.2", features = ["protocol-asset"] }
|
||||
tauri = { version = "1.2", features = ["protocol-asset", "window-close", "window-create"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
thiserror = "1.0"
|
||||
tokio-stream = { version = "0.1", features = ["fs"] }
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
"protocol": {
|
||||
"asset": true,
|
||||
"assetScope": ["$APPDATA/caches/icons/*"]
|
||||
},
|
||||
"window": {
|
||||
"create": true,
|
||||
"close": true
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
|
||||
Reference in New Issue
Block a user