mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Add Mobile user interface mode
This commit is contained in:
parent
7a5a2537a3
commit
1711a464d3
1 changed files with 2 additions and 1 deletions
|
@ -911,7 +911,8 @@ namespace ArchiSteamFarm {
|
|||
[PublicAPI]
|
||||
public enum EUserInterfaceMode : byte {
|
||||
Default = 0,
|
||||
BigPicture = 1
|
||||
BigPicture = 1,
|
||||
Mobile = 2
|
||||
}
|
||||
|
||||
internal sealed class PlayingSessionStateCallback : CallbackMsg {
|
||||
|
|
Loading…
Reference in a new issue