Skip to content

Commit

Permalink
remove my links
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 27, 2023
1 parent f60e363 commit 295253c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/menus/advanced_options_screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class AdvancedOptionsScreen extends LitElement {
options.alwaysShowMobileControls = !options.alwaysShowMobileControls
}
}></pmui-button>
<!-- todo rename button, also might be unstable -->
<pmui-button pmui-width="150px" pmui-label="Guide: Disable VSync" @click=${() => openURL('https://gist.github.com/zardoy/6e5ce377d2b4c1e322e660973da069cd')}></pmui-button>
</div>
<div class="wrapper">
<pmui-slider .disabled=${!this.frameLimitMax} pmui-label="Frame Limit" .valueDisplay=${options.frameLimit || 'VSync'} pmui-value="${options.frameLimit || this.frameLimitMax + 1}"
Expand Down
2 changes: 1 addition & 1 deletion src/menus/play_screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class PlayScreen extends LitElement {
></pmui-editbox>
</div>
<div class="wrapper">
<p class="extra-info-proxy">Enter proxy url you want to use. <a href="https://github.com/zardoy/prismarine-web-client/issues/3">Learn more</a>.</p>
<p class="extra-info-proxy">Enter proxy url you want to use.</p>
</div>
<div class="wrapper">
<pmui-editbox
Expand Down

0 comments on commit 295253c

Please sign in to comment.