Skip to content

Commit

Permalink
Update proxy port and playlist description maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed May 23, 2024
1 parent e239adc commit 12e6cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/playlist-info/playlist-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
:placeholder="$t('User Playlists.Playlist Description')"
:show-action-button="false"
:show-label="false"
:maxlength="null"
:value="newDescription"
@input="(input) => newDescription = input"
@keydown.enter.native="savePlaylistInfo"
Expand Down
1 change: 1 addition & 0 deletions src/renderer/components/proxy-settings/proxy-settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
:show-action-button="false"
:show-label="true"
:value="proxyPort"
:maxlength="5"
@input="handleUpdateProxyPort"
@keydown.enter.native="testProxy"
/>
Expand Down

0 comments on commit 12e6cb3

Please sign in to comment.