예제 #1
0
파일: Settings.cs 프로젝트: TheX/WinLess
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = false;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     ApplyStartWithWindows();
 }
예제 #2
0
파일: Settings.cs 프로젝트: boxatom/WinLess
 public Settings()
 {
     DirectoryList = new DirectoryList();
     DefaultMinify = true;
     CompileOnSave = true;
     ShowSuccessMessages = false;
     StartWithWindows = true;
     StartMinified = false;
     UseGloballyInstalledLess = false;
 }