Small fixes [stage]

This commit is contained in:
crschnick
2025-07-15 21:31:01 +00:00
parent 692592d0ef
commit 62e5e8e359
4 changed files with 4 additions and 3 deletions
@@ -33,7 +33,7 @@ public class AppGnomeScaleDialog {
var content = AppDialog.dialogText(
"You are running XPipe on a Wayland system."
+ " If you are using a high-dpi display, eue to xwayland limitations, this might result in a blurry window. See the documentation for workarounds if you are affected.");
+ " If you are using a high-dpi display, due to xwayland limitations, this might result in a blurry window. See the documentation for workarounds if you are affected.");
var modal = ModalOverlay.of("waylandScalingTitle", content);
modal.addButton(new ModalButton(
"docs",
@@ -283,7 +283,7 @@ public abstract class OperationMode {
OperationMode.halt(1);
}
ThreadHelper.sleep(500);
ThreadHelper.sleep(50);
OperationMode.halt(0);
};
+1
View File
@@ -146,3 +146,4 @@ The HTTP API has been improved in various areas. The action system is integrated
- Fix text color on hover having low contrast in some themes
- Fix freeze after waking up the local system from a long hibernation
- Fix application not starting up if some antivirus interfered with local socket connections
- Fix kubectl apply changes functionality for pods not working
+1 -1
View File
@@ -1 +1 @@
17.0-18
17.0-19