Reflected functionality changes from the last commit on the whole project.

This commit is contained in:
Boris Makogonyuk
2015-10-08 01:02:36 +02:00
parent 3fbebfc283
commit dc4c33c0d5
8 changed files with 13 additions and 13 deletions

View File

@@ -363,7 +363,7 @@ namespace Wox
private bool ShouldIgnoreHotkeys()
{
//double if to omit calling win32 function
if (UserSettingStorage.Instance.IgnoreHotkeysOnTopMostFocus)
if (UserSettingStorage.Instance.IgnoreHotkeysOnFullscreen)
if(WindowIntelopHelper.IsWindowFullscreen())
return true;