We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
photos_library_path
1 parent 1c79615 commit a57dde8Copy full SHA for a57dde8
1 file changed
src/store/features.ts
@@ -40,9 +40,6 @@ const selectFeatureValue = (state: RootState, name: string) => selectById(state,
40
export const selectFeatureMaxFileSizeToThumbnail = (state: RootState) =>
41
selectFeatureValue(state, 'max_file_size_to_thumbnail') as number;
42
43
-export const selectPhotosLibraryPath = (state: RootState) =>
44
- (selectFeatureValue(state, 'photos_library_path') as string | undefined) ?? '.';
45
-
46
export const selectFeatureSharedLinksEnabled = (state: RootState) =>
47
selectFeatureValue(state, 'shared_links_enabled') as boolean;
48
0 commit comments