forked from qt-creator/qt-creator
ProjectExplorer: Centrally disable X11 forwarding aspect on windows
That's only the default value, but basically what all user code occurrences do. Change-Id: I2997744cf069455294ac35871109edc4328a1996 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -918,6 +918,7 @@ X11ForwardingAspect::X11ForwardingAspect(AspectContainer *container)
|
||||
makeCheckable(CheckBoxPlacement::Right, Tr::tr("Forward to local display"),
|
||||
"RunConfiguration.UseX11Forwarding");
|
||||
setValue(defaultDisplay());
|
||||
setVisible(HostOsInfo::isAnyUnixHost());
|
||||
|
||||
addDataExtractor(this, &X11ForwardingAspect::display, &Data::display);
|
||||
}
|
||||
|
Reference in New Issue
Block a user