Skip to content

Commit cc44be9

Browse files
maintenance
1 parent c53d201 commit cc44be9

5 files changed

Lines changed: 5 additions & 3927 deletions

File tree

File renamed without changes.

appdata/settings.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,8 +2785,12 @@ <h1 id="batperdisp">no :/</h1>
27852785

27862786
<div id="shortcuts" class="tabcontent">
27872787
<h1>Shortcuts</h1>
2788+
<span>No shortcuts have been configured.</span>
27882789
<script>
2789-
2790+
let shortCutsList = ntx.settings.getSetting("general", "shortcuts.json");
2791+
shortCutsList.forEach(element => {
2792+
2793+
});
27902794
</script>
27912795
</div>
27922796
<div id="about" class="tabcontent">

0 commit comments

Comments
 (0)