示例#1
0
 private ConfigurationState()
 {
     Ui       = new UiSection();
     Logger   = new LoggerSection();
     System   = new SystemSection();
     Graphics = new GraphicsSection();
     Hid      = new HidSection();
     EnableDiscordIntegration = new ReactiveObject <bool>();
 }
示例#2
0
 private ConfigurationState()
 {
     Ui       = new UiSection();
     Logger   = new LoggerSection();
     System   = new SystemSection();
     Graphics = new GraphicsSection();
     Hid      = new HidSection();
     EnableDiscordIntegration = new ReactiveObject <bool>();
     CheckUpdatesOnStart      = new ReactiveObject <bool>();
     ShowConfirmExit          = new ReactiveObject <bool>();
     HideCursorOnIdle         = new ReactiveObject <bool>();
 }