summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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