NoLeftClickDelay
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<tb:TaskbarIcon
|
||||
x:Name="tbNotify"
|
||||
IconSource="/clashN.ico"
|
||||
TrayMouseDoubleClick="tbNotify_TrayMouseDoubleClick">
|
||||
NoLeftClickDelay="True">
|
||||
<tb:TaskbarIcon.ContextMenu>
|
||||
<ContextMenu Style="{StaticResource DefMenu}">
|
||||
<MenuItem x:Name="menuSystemProxyClear">
|
||||
|
||||
@@ -74,11 +74,6 @@ namespace clashN.Views
|
||||
ViewModel?.ShowHideWindow(false);
|
||||
}
|
||||
|
||||
private void tbNotify_TrayMouseDoubleClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
ViewModel?.ShowHideWindow(null);
|
||||
}
|
||||
|
||||
private void menuExit_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
tbNotify.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user