mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
# Allow option for viewing custom menu links
- Added new 'Other' setting to toggle new tab visibility - Added new Tab to show custom links - Added icon asset for list
This commit is contained in:
@@ -73,7 +73,8 @@ export type Settings = {
|
||||
rewindSkipTime: number;
|
||||
optimizedVersionsServerUrl?: string | null;
|
||||
downloadMethod: "optimized" | "remux";
|
||||
autoDownload: boolean;
|
||||
autoDownload: boolean,
|
||||
showCustomMenuLinks: boolean;
|
||||
};
|
||||
|
||||
const loadSettings = (): Settings => {
|
||||
@@ -103,6 +104,7 @@ const loadSettings = (): Settings => {
|
||||
optimizedVersionsServerUrl: null,
|
||||
downloadMethod: "remux",
|
||||
autoDownload: false,
|
||||
showCustomMenuLinks: false,
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user