mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
6679399da6
commit
d3f441fee1
|
|
@ -680,7 +680,7 @@ const useFileContextMenu = (
|
|||
}
|
||||
},
|
||||
icon: pidIcon,
|
||||
label: "Open",
|
||||
label: VIDEO_FILE_EXTENSIONS.has(urlExtension) ? "Play" : "Open",
|
||||
primary: true,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user