Skip to content

Commit

Permalink
fix: 馃┕ 馃悰 Fixed copy server URL when override set
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed Apr 6, 2024
1 parent 05ce4f5 commit ab5e680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default defineComponent({
methods: {
copy() {
this.$toast.info("Copied to clipboard!");
this.clipboard.copy(this.settings.server_url);
this.clipboard.copy(this.settings.server_url_override ?? this.settings.server_url);
},
openURL() {
const resolve = this.$router.resolve({ name: "open" });
Expand Down

0 comments on commit ab5e680

Please sign in to comment.