mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-03-18 01:40:18 +01:00
- rewrote LG data file cleanup. Now it complete rewrites the DVB-S channel information
- fixed opening editor when typing on keyboard - persisting more user settings
This commit is contained in:
@@ -9,6 +9,7 @@ namespace ChanSort.Api
|
||||
public bool EraseChannelData { get; set; }
|
||||
public bool ChannelNameEdit { get; set; }
|
||||
public bool FileInformation { get; set; }
|
||||
public bool CleanUpChannelData { get; set; }
|
||||
|
||||
public bool DeviceSettings { get; set; }
|
||||
}
|
||||
@@ -43,5 +44,7 @@ namespace ChanSort.Api
|
||||
public virtual string GetFileInformation() { return ""; }
|
||||
|
||||
public virtual void ShowDeviceSettingsForm(object parentWindow) { }
|
||||
|
||||
public virtual string CleanUpChannelData() { return ""; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user