From 25567fe91138025cad20a21e009b9919a90c9075 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 5 Dec 2024 21:58:06 +0000 Subject: [PATCH] update-screen: change emoji --- utils/update-screen/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update-screen/main.qml b/utils/update-screen/main.qml index 63ffb95..3bd4fb0 100644 --- a/utils/update-screen/main.qml +++ b/utils/update-screen/main.qml @@ -60,7 +60,7 @@ ApplicationWindow { Text { color: system.windowText - text: "Hyprland has been updated! 😁

Please check the release notes on GitHub: https://github.com/hyprwm/Hyprland/releases

Every release may come with breaking changes, so if you get any config errors, try checking the latest release notes.

If you are using plugins, you will need to rebuild them." + text: "Hyprland has been updated! 😄

Please check the release notes on GitHub: https://github.com/hyprwm/Hyprland/releases

Every release may come with breaking changes, so if you get any config errors, try checking the latest release notes.

If you are using plugins, you will need to rebuild them." Layout.alignment: Qt.AlignHCenter horizontalAlignment: Text.AlignHCenter textFormat: TextEdit.RichText