Change WindowIntelopHelper to WindowIntelopHelper (#887)

This commit is contained in:
Gopal Adhikari
2016-08-01 09:12:53 -04:00
committed by bao-qian
parent b91834b813
commit 93e86b141d
5 changed files with 9 additions and 9 deletions

View File

@@ -544,7 +544,7 @@ namespace Wox.ViewModel
{
//double if to omit calling win32 function
if (_settings.IgnoreHotkeysOnFullscreen)
if (WindowIntelopHelper.IsWindowFullscreen())
if (WindowsInteropHelper.IsWindowFullscreen())
return true;
return false;