scottbot95 / RoR2ModManager

A simple mod manager built using electron. Currently only supports BepInEx mods
MIT License
25 stars 3 forks source link

[FEATURE] Require some columns on PackageTable #91

Closed scottbot95 closed 5 years ago

scottbot95 commented 5 years ago

Describe the bug You can disable all columns on the package table which will cause the table itself to no longer exist and thus you won't be able to add the columns back.

Expected behavior There should be a number of required columns (select and name most notably) so that there are always visible columns

Another approach would be to enforce a minimum number of columns, but I like the required columns better.