[desktop] debug for hints

This commit is contained in:
maxkadushkin 2022-06-03 20:23:13 +03:00 committed by GitHub
parent 955f60e672
commit 66dc610faf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ define([
}
} else
if (/althints:show/.test(cmd)) {
if ( param == /false|hide/.test(param) )
if ( /false|hide/.test(param) )
Common.NotificationCenter.trigger('hints:clear');
}
};