meteor-client icon indicating copy to clipboard operation
meteor-client copied to clipboard

[Suggestion] Starscript fixes

Open Towux opened this issue 2 months ago • 1 comments

Describe the feature

Please add 24h time format for {time} in starscript, and remove spaces from {date}, it returned 01. 01. 2000, but i want 01.01.2000, now i fix this using replace(time, " ", "")

Before submitting a suggestion

  • [x] This feature doesn't already exist in the client. (I have checked every module and their settings on the latest dev build)

  • [x] This wasn't already suggested. (I have searched suggestions on GitHub and read the FAQ)

Towux avatar Nov 15 '25 09:11 Towux

will implement

chri-k avatar Nov 15 '25 22:11 chri-k