OF-DL/OF DL.Gui/ViewModels/AppScreen.cs

12 lines
139 B
C#

namespace OF_DL.Gui.ViewModels;
public enum AppScreen
{
Loading,
Config,
Auth,
ManualAuth,
UserSelection,
Error
}