You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on how you use VirtualDesktop, apps add changed handler to the notification service twice and receive the same two notifications. VirtualDesktop の利用方法によっては,変更通知サービスに 2 度登録され,同じ通知を 2 回受け取るようになります。
Good morning,
When I change the virtualdesktop, I can have more ChangeDesktopEvent in sequence (i.e. swiping trough more desktops with the touchpad). the successive events after the firts one are raised only when the previous callbacks end.
SylphyHorn と VirtualDesktop どちらに書けばいいのか悩んだので,とりあえずこちらに書いておきます。
Depending on how you use VirtualDesktop, apps add changed handler to the notification service twice and receive the same two notifications.
VirtualDesktop の利用方法によっては,変更通知サービスに 2 度登録され,同じ通知を 2 回受け取るようになります。
IsSupported
? / VirtualDesktop がIsSupported
であるか。https://github.com/Grabacr07/SylphyHorn/blob/092739797c40327c157acf3a1cd496cc4a53494a/source/SylphyHorn/Application.xaml.cs#L46VirtualDesktop/source/VirtualDesktop/VirtualDesktop.static.cs
Line 17 in 9ae33b8
Default
. / Default の Instance で初期化される。VirtualDesktop/source/VirtualDesktop/VirtualDesktop.static.cs
Lines 93 to 116 in 9ae33b8
VirtualDesktop/source/VirtualDesktop/VirtualDesktopProvider.cs
Lines 68 to 69 in 6b6a5be
The text was updated successfully, but these errors were encountered: