Skip to content

Commit ac7140f

Browse files
committed
[release]
1 parent 569e262 commit ac7140f

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

app/src/main/java/io/xpipe/app/prefs/TroubleshootComp.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ private Comp<?> createActions() {
3434
.grow(true, false),
3535
null)
3636
.separator()
37-
.addComp(
38-
new TileButtonComp("restart", "restartDescription", "mdmz-refresh", e -> {
39-
OperationMode.executeAfterShutdown(() -> {
40-
try (var sc = ShellStore.createLocal()
41-
.control()
42-
.start()) {
43-
var script = FileNames.join(
44-
XPipeInstallation.getCurrentInstallationBasePath()
45-
.toString(),
46-
XPipeInstallation.getDaemonExecutablePath(sc.getOsType()));
47-
sc.executeSimpleCommand(
48-
ScriptHelper.createDetachCommand(sc, "\"" + script + "\""));
49-
}
50-
});
51-
e.consume();
52-
})
53-
.grow(true, false),
54-
null)
55-
.separator()
37+
// .addComp(
38+
// new TileButtonComp("restart", "restartDescription", "mdmz-refresh", e -> {
39+
// OperationMode.executeAfterShutdown(() -> {
40+
// try (var sc = ShellStore.createLocal()
41+
// .control()
42+
// .start()) {
43+
// var script = FileNames.join(
44+
// XPipeInstallation.getCurrentInstallationBasePath()
45+
// .toString(),
46+
// XPipeInstallation.getDaemonExecutablePath(sc.getOsType()));
47+
// sc.executeSimpleCommand(
48+
// ScriptHelper.createDetachCommand(sc, "\"" + script + "\""));
49+
// }
50+
// });
51+
// e.consume();
52+
// })
53+
// .grow(true, false),
54+
// null)
55+
// .separator()
5656
.addComp(
5757
new TileButtonComp("launchDebugMode", "launchDebugModeDescription", "mdmz-refresh", e -> {
5858
OperationMode.executeAfterShutdown(() -> {

dist/changelogs/1.2.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
- Add support for handling symbolic links in file browser
88
- Add support for many more Linux terminals
99
- Improve UI layout on Linux systems
10+
- Introduce new logo
11+
- Fix macOS local machine shell connection not finding some executables
1012
- Many small miscellaneous fixes and improvements

0 commit comments

Comments
 (0)