mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
Use preformatted text for AppStates
Signed-off-by: Mathieu Comandon <strycore@gmail.com>
This commit is contained in:
parent
d03141b9d8
commit
78927e3799
1 changed files with 23 additions and 22 deletions
|
@ -1,26 +1,27 @@
|
|||
|
||||
AppState
|
||||
--------
|
||||
::
|
||||
|
||||
StateInvalid = 0,
|
||||
StateUninstalled,
|
||||
StateUpdateRequired,
|
||||
StateFullyInstalled = 4,
|
||||
StateEncrypted = 8,
|
||||
StateLocked = 16,
|
||||
StateFilesMissing = 32,
|
||||
StateFilesCorrupt = 128,
|
||||
StateAppRunning = 64,
|
||||
StateBackupRunning = 4096,
|
||||
StateUpdateRunning = 256,
|
||||
StateUpdateStopping = 8388608,
|
||||
StateUpdatePaused = 512,
|
||||
StateUpdateStarted = 1024,
|
||||
StateReconfiguring = 65536,
|
||||
StateAddingFiles = 262144,
|
||||
StateDownloading = 1048576,
|
||||
StateStaging = 2097152,
|
||||
StateCommitting = 4194304,
|
||||
StateUninstalling = 2048,
|
||||
StatePreallocating = 524288,
|
||||
StateValidating = 131072
|
||||
StateInvalid = 0,
|
||||
StateUninstalled,
|
||||
StateUpdateRequired,
|
||||
StateFullyInstalled = 4,
|
||||
StateEncrypted = 8,
|
||||
StateLocked = 16,
|
||||
StateFilesMissing = 32,
|
||||
StateFilesCorrupt = 128,
|
||||
StateAppRunning = 64,
|
||||
StateBackupRunning = 4096,
|
||||
StateUpdateRunning = 256,
|
||||
StateUpdateStopping = 8388608,
|
||||
StateUpdatePaused = 512,
|
||||
StateUpdateStarted = 1024,
|
||||
StateReconfiguring = 65536,
|
||||
StateAddingFiles = 262144,
|
||||
StateDownloading = 1048576,
|
||||
StateStaging = 2097152,
|
||||
StateCommitting = 4194304,
|
||||
StateUninstalling = 2048,
|
||||
StatePreallocating = 524288,
|
||||
StateValidating = 131072
|
||||
|
|
Loading…
Reference in a new issue