mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-31 17:24:11 -05:00
Fix toolbar button handling
This commit is contained in:
@@ -16,12 +16,16 @@ public partial class MainWindow
|
||||
{
|
||||
case MouseButton.XButton1:
|
||||
|
||||
PreviousFeed();
|
||||
if (PreviousToolbarButton.IsEnabled)
|
||||
PreviousFeed();
|
||||
|
||||
break;
|
||||
|
||||
case MouseButton.XButton2:
|
||||
|
||||
NextFeed();
|
||||
if (NextToolbarButton.IsEnabled)
|
||||
NextFeed();
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user