public SettingsReaderVM()
 {
     FontSize    = new FontSizeVM();
     Margin      = new MarginVM();
     ScrollSpeed = new ScrollSpeedVM();
     NightMode   = new NightModeVM();
     Fullscreen  = new FullscreenVM();
 }
Esempio n. 2
0
 public QuickPanelSettingsVM()
 {
     FontSize = new FontSizeVM();
     Margin   = new MarginVM();
 }