mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-28 12:16:44 +00:00
Small fixes [stage]
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Vendored
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user