summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-04 21:33:31 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-04 21:33:31 -0500
commit043b9248c1f285af50fc61f2c42af3fadfd65d55 (patch)
tree4b85ae5b99de6ef197755a8947bf4351ff365ac2
parent512eec1f1d472edfaaac6693112c74f35c820659 (diff)
downloadDecky-Framegen-043b9248c1f285af50fc61f2c42af3fadfd65d55.tar.gz
Decky-Framegen-043b9248c1f285af50fc61f2c42af3fadfd65d55.zip
-rwxr-xr-xsrc/index.tsx20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 47712dd..e55bf6b 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -281,22 +281,6 @@ function InstalledGamesSection() {
</PanelSectionRow>
</>
) : null}
-<<<<<<< HEAD
-
- {result ? (
- <PanelSectionRow>
- <div style={{
- padding: '12px',
- marginTop: '16px',
- backgroundColor: 'var(--decky-selected-ui-bg)',
- borderRadius: '4px'
- }}>
- {result}
- </div>
- </PanelSectionRow>
- ) : null}
-=======
->>>>>>> zip-bundle-assets
</PanelSection>
);
}
@@ -315,8 +299,4 @@ export default definePlugin(() => ({
onDismount() {
console.log("Framegen Plugin unmounted");
},
-<<<<<<< HEAD
-}));
-=======
}));
->>>>>>> zip-bundle-assets