Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Mar 5, 2024
1 parent d97ab13 commit cc34a48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/iohook.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,12 @@ const hideOnKey = async () => {
log.info( 'Setting: Keyboard Hold/Toggle' )
await iohook.importIoHook()

<<<<<<< Updated upstream
if ( Object.prototype.hasOwnProperty.call( keycode, isEnabled ) ) {
=======
const hideOnKey = preferences.value( 'actions.hideOnKey' )
log.info( `Key: ${hideOnKey}` )
>>>>>>> Stashed changes

const key = keycode[isEnabled]

Expand Down
6 changes: 6 additions & 0 deletions src/renderer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@

<div id="titlebar"></div>

<<<<<<< Updated upstream
<button class="close-button button" aria-label="Close Application"><i data-feather="x-circle"></i></button>
<button class="settings-button button" aria-label="Application Settings"><i data-feather="settings"></i></button>
<button class="center-button button" aria-label="Choose Crosshair"><i data-feather="target"></i></button>
=======
<button class="close-button button" aria-label=""><i data-feather="x-circle"></i></button>
<button class="settings-button button"><i data-feather="settings"></i></button>
<button class="center-button button"><i data-feather="target"></i></button>
>>>>>>> Stashed changes
<div class="info-button button move">
<i class="move-icon" data-feather="move"></i>
<i class="info-icon d-none" data-feather="alert-circle"></i>
Expand Down

0 comments on commit cc34a48

Please sign in to comment.