Skip to content

Commit

Permalink
Remove editable shortcuts #214
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed May 20, 2022
1 parent db03c83 commit 83aa900
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 357 deletions.
12 changes: 0 additions & 12 deletions app/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,6 @@ <h4 data-loc>You can view the logs for debugging. You can view all the logs in t
</svg>
<span data-loc>Latest log</span>
</button>
<button class="buttoni" onclick="logsFolder()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 19a2 2 0 01-2-2V7a2 2 0 012-2h4l2 2h4a2 2 0 012 2v1M5 19h14a2 2 0 002-2v-5a2 2 0 00-2-2H9a2 2 0 00-2 2v5a2 2 0 01-2 2z" />
</svg>
<span data-loc>Logs folder</span>
</button>
</div>
<hr />
<h3 data-loc>Clear data</h3>
Expand Down Expand Up @@ -311,12 +305,6 @@ <h4 data-loc>You can use these shortcuts everywhere, even outside the applicatio
<div class="globalShortcutsDiv">
<!-- global shortcuts -->
</div>
<hr />
<h3 data-loc>Shortcuts</h3>
<h4 data-loc>You can use these shortcuts inside the application only. Use english characters only, during editing shortcuts don't work.</h4>
<div class="shortcutsDiv">
<!-- shortcuts -->
</div>
</div>

<!-- experimental -->
Expand Down
Loading

0 comments on commit 83aa900

Please sign in to comment.