mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Add Mobile user interface mode
This commit is contained in:
@@ -911,7 +911,8 @@ namespace ArchiSteamFarm {
|
||||
[PublicAPI]
|
||||
public enum EUserInterfaceMode : byte {
|
||||
Default = 0,
|
||||
BigPicture = 1
|
||||
BigPicture = 1,
|
||||
Mobile = 2
|
||||
}
|
||||
|
||||
internal sealed class PlayingSessionStateCallback : CallbackMsg {
|
||||
|
||||
Reference in New Issue
Block a user