mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
fixing metafile setting descsription.
This commit is contained in:
parent
d9d8c21f9e
commit
5f6c8323c7
@ -163,11 +163,11 @@ export class ClientMediaConfig {
|
||||
|
||||
@SubConfigClass()
|
||||
export class ClientMetaFileConfig {
|
||||
@ConfigProperty({description: 'Reads *.gpx files and renders them on the map'})
|
||||
@ConfigProperty({description: 'Reads *.gpx files and renders them on the map.'})
|
||||
gpx: boolean = true;
|
||||
@ConfigProperty({description: 'Reads *.md files in a directory and shows the next to the map'})
|
||||
@ConfigProperty({description: 'Reads *.md files in a directory and shows the next to the map.'})
|
||||
markdown: boolean = true;
|
||||
@ConfigProperty({description: 'Reads *.pg2conf files'})
|
||||
@ConfigProperty({description: 'Reads *.pg2conf files (You can use it for custom sorting and save search (albums)).'})
|
||||
pg2conf: boolean = true;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
<app-settings-entry
|
||||
name="*.pg2conf files"
|
||||
description="Reads *.md files in a directory and shows the next to the map."
|
||||
description="Reads *.pg2conf files (You can use it for custom sorting and save search (albums))."
|
||||
i18n-description i18n-name
|
||||
[ngModel]="states.markdown">
|
||||
</app-settings-entry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user