Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasile-coste committed Sep 15, 2022
1 parent 83438f6 commit deb9a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/filter-roms.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
});
},
filterRoms () {
if (this.selectedSubCategories.length == 0) {
if (this.selectedSubCategories.length == 0 && this.emulator == 'mame') {
alert('Please select a sub category!');
return false;
}
Expand Down

0 comments on commit deb9a0e

Please sign in to comment.