mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 22:43:31 +08:00
FZ: disable filewatcher cb
This commit is contained in:
parent
3eff741da8
commit
e69fbfd16f
@ -53,7 +53,9 @@ public:
|
||||
PostMessageW(m_window, WM_PRIV_LOCATIONCHANGE, NULL, NULL);
|
||||
}),
|
||||
m_fileWatcher(FancyZonesDataInstance().GetZonesSettingsFileName(), [this]() {
|
||||
PostMessageW(m_window, WM_PRIV_FILE_UPDATE, NULL, NULL);
|
||||
// This is commented out until we figure out why calling UpdateZoneSets() in response to this message
|
||||
// causes Win+Arrow to break.
|
||||
//PostMessageW(m_window, WM_PRIV_FILE_UPDATE, NULL, NULL);
|
||||
})
|
||||
{
|
||||
m_settings->SetCallback(this);
|
||||
|
Loading…
Reference in New Issue
Block a user