- Timestamp:
- 3/13/2012 5:15:26 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.Manager/Settings.cs
r2462 r2472 48 48 49 49 /// <summary> 50 /// Whether files which are locked when being erased should be forcibly51 /// unlocked for erasure.52 /// </summary>53 public bool ForceUnlockLockedFiles54 {55 get56 {57 return Store.GetValue("ForceUnlockLockedFiles", true);58 }59 set60 {61 Store.SetValue("ForceUnlockLockedFiles", value);62 }63 }64 65 /// <summary>66 50 /// Whether missed tasks should be run when the program next starts. 67 51 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.
