Skip to content

Commit

Permalink
preparation for 0.4.0 release: comment out TODOs on settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Verhoelen committed Apr 26, 2019
1 parent 8bb1d00 commit 5d34da3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/renderer/explorer-app/pages/SettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export default function SettingsPage() {

return <>
<h4>Settings</h4>
<m.CardPanel>
* SHORTCURT for Global Search Window<br/>
* LIGHT and DARK theme<br/>
* start On Login<br/>
* show Tray<br/>
* hide explorer when Global Search Window is closed<br/>
</m.CardPanel>
{/*<m.CardPanel>*/}
{/** SHORTCURT for Global Search Window<br/>*/}
{/** LIGHT and DARK theme<br/>*/}
{/** start On Login<br/>*/}
{/** show Tray<br/>*/}
{/** hide explorer when Global Search Window is closed<br/>*/}
{/*</m.CardPanel>*/}

<h4>Environment Test</h4>
{environmentTestSuccessful && <strong>🙌 The last test was successful 🙌</strong>}
Expand Down

0 comments on commit 5d34da3

Please sign in to comment.