forked from sim0n00ps/OF-DL
12 lines
139 B
C#
12 lines
139 B
C#
namespace OF_DL.Gui.ViewModels;
|
|
|
|
public enum AppScreen
|
|
{
|
|
Loading,
|
|
Config,
|
|
Auth,
|
|
ManualAuth,
|
|
UserSelection,
|
|
Error
|
|
}
|