mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add db_path to settings page
This commit is contained in:
@@ -97,8 +97,10 @@ export default class SettingsText<T extends keyof TextType>
|
||||
render() {
|
||||
this.ref = useRef<TextField>();
|
||||
const id = `s-${this.props.name}`;
|
||||
let cn = "text";
|
||||
if (this.props.helpertext) cn += " helper";
|
||||
return (
|
||||
<div class="text" id={id}>
|
||||
<div class={cn} id={id}>
|
||||
<label>{this.props.description}</label>
|
||||
<TextField
|
||||
fullwidth={this.props.fullwidth}
|
||||
|
||||
Reference in New Issue
Block a user