FZ: disable flash zones option for 0.16 (#1721)

* FZ: disable flash zones option for 0.16

* fixup! review comments
This commit is contained in:
Andrey Nekrasov
2020-03-27 13:24:27 +03:00
committed by GitHub
parent e794604cae
commit d2a60c7287
3 changed files with 9 additions and 3 deletions

View File

@@ -737,6 +737,9 @@ void ZoneWindow::CycleActiveZoneSetInternal(DWORD wparam, Trace::ZoneWindow::Inp
void ZoneWindow::FlashZones() noexcept
{
// "Turning FLASHING_ZONE option off"
if(true) return;
m_flashMode = true;
ShowWindow(m_window.get(), SW_SHOWNA);