DeForce / LalkaChat

LalkaChat multichat
http://czt.lv
GNU General Public License v3.0
24 stars 6 forks source link

Blacklist module settings. hide users combobox shuffle data after save-load #463

Closed Usernm0 closed 6 years ago

Usernm0 commented 6 years ago

Build: Develop-2

Steps to reproduce:

  1. Open settings -> Messaging Modules -> Blacklist
  2. Add 3 users to hide with names: 1, 2, 3
  3. Save settings via OK button.
  4. Open settings -> Messaging Modules -> Blacklist

Expected: 3 entry in table with order: 1, 2, 3 Bug: 3 entry in table with order: 1, 3, 2

Blacklist.cfg:

users_hide:
- '1'
- '3'
- '2'
DeForce commented 6 years ago

Controls will now retain the order