Save fullscreen option to config

This commit is contained in:
raven02 2013-01-30 01:12:05 +08:00
parent 54310c312a
commit 75c9a13b04

View file

@ -496,6 +496,7 @@ namespace MainWindow
break;
case ID_OPTIONS_FULLSCREEN:
g_Config.bFullScreen = !g_Config.bFullScreen ;
if(g_bFullScreen) {
_ViewNormal(hWnd);
} else {