From 88afb27a22a23682fff15efbc7d3fa6123b2ba9d Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 21 Mar 2026 12:17:55 +0000 Subject: [PATCH] login: add server URL format hint to login dialog --- data/ui/login_dialog.blp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/ui/login_dialog.blp b/data/ui/login_dialog.blp index 86028f0..c009543 100644 --- a/data/ui/login_dialog.blp +++ b/data/ui/login_dialog.blp @@ -16,11 +16,12 @@ template $LoginDialog : Adw.Dialog { margin-end: 12; Adw.PreferencesGroup { + description: _("FreshRSS: https://example.com/api/greader.php\nMiniflux: https://example.com"); + Adw.EntryRow server_url_row { title: _("Server URL"); input-hints: no_spellcheck; input-purpose: url; - // e.g. https://rss.example.com — /api/greader.php is added automatically } Adw.EntryRow username_row {