- experimental support for modifying LG channel lists which contain LCNs
- reverted some Samsung flag-handling due to user reports
This commit is contained in:
hbeham
2013-11-12 18:25:15 +01:00
parent 0b4820433f
commit 8ce26520ac
29 changed files with 137 additions and 208 deletions

View File

@@ -19,5 +19,11 @@ namespace ChanSort.Loader.LG
}
catch { }
}
private void btnOk_Click(object sender, System.EventArgs e)
{
if (ModifierKeys == (Keys.Alt|Keys.Control))
this.DialogResult = DialogResult.Yes;
}
}
}