Skip to content

Commit

Permalink
update page size
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Aug 10, 2024
1 parent b030641 commit cc46905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const createWindow = () => {
return win
}

app.commandLine.appendSwitch('js-flags', '--max-old-space-size=8192')
app.commandLine.appendSwitch('js-flags', '--max-old-space-size=65536')
// app.disableHardwareAcceleration()
app.whenReady().then(async () => {
await Manga.sync()
Expand Down
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,9 @@ body
margin: 4px 0
justify-content: center
.el-pagination--small .el-select
width: 120px
width: 110px
.el-select__wrapper
text-align: center
.book-tag-area
width: 100%
Expand Down

0 comments on commit cc46905

Please sign in to comment.