12 lines
139 B
C#

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