diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-06 19:06:52 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-06 19:06:52 -0400 |
| commit | 170d183fdafc1ec1a686c006fd6a2431c1f30c71 (patch) | |
| tree | 3732287c0d1a96bfb44508139f0e5687265730e9 /src/components/SetupTab.tsx | |
| parent | c9be32287ad5b72fcd86b10fa726d09dbd97d7fd (diff) | |
| download | decky-lsfg-vk-170d183fdafc1ec1a686c006fd6a2431c1f30c71.tar.gz decky-lsfg-vk-170d183fdafc1ec1a686c006fd6a2431c1f30c71.zip | |
refactor: align secondary tabs with Decky UI
Diffstat (limited to 'src/components/SetupTab.tsx')
| -rw-r--r-- | src/components/SetupTab.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/SetupTab.tsx b/src/components/SetupTab.tsx index 34106ed..98d6e78 100644 --- a/src/components/SetupTab.tsx +++ b/src/components/SetupTab.tsx @@ -29,7 +29,6 @@ export function SetupTab({ return ( <PanelSection title="Setup"> <StatusDisplay - isInstalled={isInstalled} installationStatus={installationStatus} losslessScalingInstalled={losslessScalingInstalled} losslessScalingStatus={losslessScalingStatus} |
