[PR #229] [MERGED] fix: use empty char for extending details #1570

Closed
opened 2026-05-23 02:58:41 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/229
Author: @fxzzi
Created: 8/19/2025
Status: Merged
Merged: 8/19/2025
Merged by: @JakeStanger

Base: masterHead: better-filler-char


📝 Commits (1)

  • e50d778 fix: use empty char for extending details

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 src/main.rs (+3 -2)

📄 Description

Instead of using an _, which is visible by the user:
image

We can use a "zero width space" which seems to do the job just the same on my end, whilst being pretty much invisible.
image

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/mpd-discord-rpc/pull/229 **Author:** [@fxzzi](https://github.com/fxzzi) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `better-filler-char` --- ### 📝 Commits (1) - [`e50d778`](https://github.com/JakeStanger/mpd-discord-rpc/commit/e50d778b59abb3be836db9ef153f611313c28b08) fix: use empty char for extending details ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/main.rs` (+3 -2) </details> ### 📄 Description Instead of using an _, which is visible by the user: <img width="275" height="116" alt="image" src="https://github.com/user-attachments/assets/f8a05791-a777-4081-9736-8d521d5e1119" /> We can use a "zero width space" which seems to do the job just the same on my end, whilst being pretty much invisible. <img width="274" height="115" alt="image" src="https://github.com/user-attachments/assets/4f5a69a1-9b7e-41c7-8249-71abd68f3ae5" /> <img width="1836" height="258" alt="image" src="https://github.com/user-attachments/assets/995fe2e5-9c4c-4695-a598-ff01984ae843" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:58:41 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#1570
No description provided.