Small fixes

This commit is contained in:
crschnick 2023-11-21 04:20:01 +00:00
parent 1fdb46eee5
commit 77df569c46
2 changed files with 3 additions and 2 deletions

View file

@ -94,7 +94,6 @@ public class App extends Application {
var appWindow = AppMainWindow.init(stage);
appWindow.getStage().titleProperty().bind(PlatformThread.sync(titleBinding));
appWindow.initialize();
appWindow.show();
appWindow.setContent(content);
TrackEvent.info("Application window initialized");
stage.setOnShown(event -> {

View file

@ -1,10 +1,12 @@
## Changes in 1.7.7
- More performance improvements
- Fix WSL integration not working when system language was not set to english
due to missing command-line options in the non-english WSL CLI
- Fix application not working on Windows systems where the system code page did support all characters in username
- Fix exit code not being detected and causing a failure on Windows under certain conditions
- Fix file browser transfer into finder not updating state and causing errors
- Fix file browser getting stuck in an invalid state when maximum file display limit was reached
- Fix file browser transfer into macOS finder not updating state and causing errors
## Previous changes in 1.7