Skip to content

Commit

Permalink
chore: main updates (#119)
Browse files Browse the repository at this point in the history
* chore: auto update i18n file

* style: format code with prettier

* feat: add shortcut for text save (close AlistGo/alist#5396)

* fix: missing font of katex (close AlistGo/alist#5417)

* chore: auto update i18n file

* style: format code with prettier

* chore: change ts query key

* chore: auto update i18n file

* style: format code with prettier

* fix: package download setting does not take effect (close AlistGo/alist#5478)

* feat: audio player use list order by default (#115)

---------

Co-authored-by: IlaBot <[email protected]>
Co-authored-by: 22 <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2023
1 parent 7bb3452 commit f442f27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lang/en/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
"address": "Address",
"cookie": "Cookie",
"custom_ua": "Custom ua",
"enable_thumb_and_folder_size": "Enable thumb and folder size",
"password": "Password",
"root_folder_path": "Root folder path",
"username": "Username"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/previews/audio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Preview = () => {
mini: false,
autoplay: getSettingBool("audio_autoplay"),
loop: "all",
order: "random",
order: "list",
preload: "auto",
volume: 0.7,
mutex: true,
Expand Down
1 change: 1 addition & 0 deletions src/pages/home/toolbar/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const PackageDownloadModal = () => {
const t = useT()
const handler = (name: string) => {
if (name === "package_download") {
if (!getSettingBool("package_download")) return
onOpen()
}
}
Expand Down

0 comments on commit f442f27

Please sign in to comment.