From: Debayan Sutradhar Date: Sat, 05 Jun 2021 20:41:41 +0530 Subject: removed x mode fullscreen option since its going to be fullscreen in xmode anyways --- removed x mode fullscreen option since its going to be fullscreen in xmode anyways --- --- 'a/src/main/java/com/stream_pi/client/window/settings/GeneralTab.java' +++ b/src/main/java/com/stream_pi/client/window/settings/GeneralTab.java @@ -279,6 +279,11 @@ public class GeneralTab extends VBox Platform platform = ClientInfo.getInstance().getPlatform(); + if(platform == Platform.LINUX) + { + fullScreenModeHBox.setVisible(StartupFlags.IS_X_MODE); + } + if(platform == Platform.ANDROID || platform == Platform.IOS) {