mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Start modernization
This commit is contained in:
@@ -54,7 +54,7 @@ namespace FeedCenter
|
||||
// Toggle the lock setting
|
||||
Settings.Default.WindowLocked = !Settings.Default.WindowLocked;
|
||||
|
||||
// Reset the menu choice
|
||||
// Refresh the menu choice
|
||||
((ToolStripMenuItem) sender).Checked = Settings.Default.WindowLocked;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user