OverlayConfig: hide the Overlay in Settings on winx64, since it's not enabled at the moment.

This commit is contained in:
Mikkel Krautz 2014-07-17 15:53:53 +02:00
parent 1e30fc6e8e
commit cf51bf3b21

View File

@ -50,7 +50,7 @@ static ConfigWidget *OverlayConfigDialogNew(Settings &st) {
}
// Hide overlay config for Mac OS X universal builds
#if !defined(USE_MAC_UNIVERSAL)
#if !defined(USE_MAC_UNIVERSAL) && !defined(Q_OS_WIN64)
static ConfigRegistrar registrar(6000, OverlayConfigDialogNew);
#endif