mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
OverlayConfig: hide the Overlay in Settings on winx64, since it's not enabled at the moment.
This commit is contained in:
parent
1e30fc6e8e
commit
cf51bf3b21
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user