tnodir / fort

Fort Firewall for Windows
GNU General Public License v3.0
1.37k stars 119 forks source link

[bug] Sorting by name treats lower and upper case letters different #301

Open danielmmmm opened 1 week ago

danielmmmm commented 1 week ago

I sorted my programs after "Name" and tried to find "alvr_dashboard", which wasn't there. After a while, I found that all programs that started with a lower case letter were actually at the end of the list.

I am not a programmer, but maybe Qt::CaseInsensitive or something could be added to the Name sorting function?

tnodir commented 1 week ago

Implemented by f98765a1.