Exemple #1
0
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = false;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     ApplyStartWithWindows();
 }
Exemple #2
0
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = true;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     UseGloballyInstalledLess = false;
 }