Add Mobile user interface mode

This commit is contained in:
JustArchi 2021-03-27 16:30:38 +01:00
parent 7a5a2537a3
commit 1711a464d3

View file

@ -911,7 +911,8 @@ namespace ArchiSteamFarm {
[PublicAPI]
public enum EUserInterfaceMode : byte {
Default = 0,
BigPicture = 1
BigPicture = 1,
Mobile = 2
}
internal sealed class PlayingSessionStateCallback : CallbackMsg {