Compare commits

..

No commits in common. "301d315ed18b94f68a955ad6cab58e019f7dde00" and "c9631d61b8db26d2e609fc6075b7233e4338c0cd" have entirely different histories.

2 changed files with 1 additions and 18 deletions

View File

@ -398,7 +398,7 @@ const SettingsPage = () => {
<div className="font-mono text-sm text-zinc-200 bg-zinc-800 p-2 rounded flex items-center justify-between">
<span className="truncate">{intelliSensePath}</span>
<button
onClick={() => selectIntelliSenseItemAsLibrary(intelliSensePath, false)}
onClick={() => navigateToIntelliSenseFolder(intelliSensePath)}
className="ml-2 px-2 py-1 bg-zinc-700 text-xs text-zinc-300 rounded hover:bg-zinc-600"
>
Select as Library

View File

@ -472,12 +472,6 @@ export default function LocalPlayerLauncher({
</Button>
</div>
<div className="flex gap-2 mt-2">
<Button onClick={onClose} variant="ghost" className="w-full text-muted-foreground">
Cancel
</Button>
</div>
<div className="mt-3 text-xs text-muted-foreground text-center">
You can change this in Settings Video Player
</div>
@ -694,17 +688,6 @@ export default function LocalPlayerLauncher({
Settings
</Button>
</div>
{/* Cancel Button */}
<div className="pt-2">
<Button
onClick={onClose}
variant="ghost"
className="w-full text-muted-foreground"
>
Cancel
</Button>
</div>
</CardContent>
</Card>
</div>