mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat(accounts): add disabled account state
This commit is contained in:
parent
be910374dc
commit
9c71f364d2
6 changed files with 28 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ enum class AccountState {
|
|||
Offline,
|
||||
Working,
|
||||
Online,
|
||||
Disabled,
|
||||
Errored,
|
||||
Expired,
|
||||
Gone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue