mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 15:22:35 +02:00
add filepath replacement setting (#1402)
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
ArtistSettings,
|
||||
} from '/@/renderer/features/settings/components/general/artist-settings';
|
||||
import { HomeSettings } from '/@/renderer/features/settings/components/general/home-settings';
|
||||
import { PathSettings } from '/@/renderer/features/settings/components/general/path-settings';
|
||||
import {
|
||||
SettingOption,
|
||||
SettingsSection,
|
||||
@@ -610,6 +611,7 @@ export const ApplicationSettings = () => {
|
||||
<HomeSettings />
|
||||
<ArtistSettings />
|
||||
<ArtistReleaseTypeSettings />
|
||||
<PathSettings />
|
||||
</>
|
||||
}
|
||||
options={options}
|
||||
|
||||
Reference in New Issue
Block a user