rojarsmith / TrayToolbar

Provide the replacement of add new toolbar function that was cancelled in windows 11
81 stars 1 forks source link

Period in Folder name #16

Open Steve0212a opened 1 year ago

Steve0212a commented 1 year ago

This worked in Windows 10. I numbered my folders so they showed in the order I wanted (not alphabetic). For example, consider the following folder names (yes, the folder names contain the number and period):

"1. folder z" "2. folder x" "3. folder b"

However, your Tray application stops at the period, so it shows: 1 2 3

Everything after the period is cut off.

Thanks for writing this - I was wondering how I would get my toolbar working again!

Could you please fix? thx

Dragnier commented 1 year ago

I would suggest you instead switch from periods to either underscores _ or dashes - which should prevent your issue until this can be appropriately fixed; assuming it isn't some kind of system limitation as I know some programs simply can't deal with periods in folders like that.