From 95a775cd74446abc7d0c0ab1430c5df89275749b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:32:14 +0900 Subject: [PATCH] fix: newline in tooltip --- helpers/ui.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helpers/ui.py b/helpers/ui.py index 0eb88ad..a9d2349 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -4276,9 +4276,8 @@ class ModSelectionPanel(Gtk.Box): }, { "label": "Highlight stale", - "tooltip": """Shows locally-installed mods - which are not used by any server - in your Saved Servers""", + "tooltip": "Shows locally-installed mods which are not\n" + "used by any server in your Saved Servers", }, ]