Example #1
0
 private static bool EnableEditUpfile()
 {
     return(UpliftPreferences.UseExperimental());
 }
Example #2
0
 private static bool EnableEditUpfile()
 {
     return(UpliftPreferences.FromDefaultFile().UseExperimentalFeatures);
 }
Example #3
0
 private static bool EnableShowUpdateWindow()
 {
     return(UpliftPreferences.UseExperimental());
 }
Example #4
0
 private static bool EnableShowUpdateWindow()
 {
     return(UpliftPreferences.FromDefaultFile().UseExperimentalFeatures);
 }