Skip to content

Commit

Permalink
changed pagesize
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Feb 8, 2025
1 parent a87a390 commit b5ec2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/CommunityBrowserPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class CommunityBrowserPanel extends Panel {
this.vortexPort = editor.vortexPort;

this.currentPage = 1;
this.pageSize = 10;
this.pageSize = 999;
this.modesCache = {};
this.totalPages = 1;
this.activeFilters = new Set(); // Stores active device filters
Expand Down

0 comments on commit b5ec2c7

Please sign in to comment.