mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 18:30:52 +01:00
oops
This commit is contained in:
parent
1655ce1d01
commit
b484d2f07b
@ -18,6 +18,7 @@ import gearth.ui.tools.Tools;
|
||||
public class GEarthController {
|
||||
|
||||
public Tab tab_Settings;
|
||||
public Tab tab_Logger;
|
||||
public TabPane tabBar;
|
||||
private Stage stage = null;
|
||||
private volatile HConnection hConnection;
|
||||
@ -50,7 +51,7 @@ public class GEarthController {
|
||||
tabBar.getTabs().remove(tab_Settings);
|
||||
|
||||
if (PacketLoggerFactory.usesUIlogger()) {
|
||||
tabBar.getTabs().remove(loggerController);
|
||||
tabBar.getTabs().remove(tab_Logger);
|
||||
}
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
<Tab text="Connection">
|
||||
<fx:include fx:id="connection" source="connection/Connection.fxml"/>
|
||||
</Tab>
|
||||
<Tab text="Logger">
|
||||
<Tab fx:id="tab_Logger" text="Logger">
|
||||
<fx:include fx:id="logger" source="logger/Logger.fxml"/>
|
||||
</Tab>
|
||||
<Tab text="Injection">
|
||||
|
Loading…
Reference in New Issue
Block a user