Skip to content

Commit

Permalink
Includes version number in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Oct 23, 2024
1 parent 6a94323 commit fbb4506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ class SettingsModal extends React.Component<{changeRecTarget: () => void,
</button>);
})}
</div>
<div className={styles.settingContainer} style={{position: "absolute", bottom: "0", paddingLeft: "0", marginLeft: "-13px", marginBottom: "5px"}}>
<span className={styles.settingLabel} style={{fontSize: "smaller"}}>{"Enhancify Version 0.1.0"}</span>
</div>
</div>);
}
}
Expand Down

0 comments on commit fbb4506

Please sign in to comment.