diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-04 21:33:31 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-02-04 21:33:31 -0500 |
| commit | 043b9248c1f285af50fc61f2c42af3fadfd65d55 (patch) | |
| tree | 4b85ae5b99de6ef197755a8947bf4351ff365ac2 | |
| parent | 512eec1f1d472edfaaac6693112c74f35c820659 (diff) | |
| download | Decky-Framegen-043b9248c1f285af50fc61f2c42af3fadfd65d55.tar.gz Decky-Framegen-043b9248c1f285af50fc61f2c42af3fadfd65d55.zip | |
resolved merge conflicts in index.tsxv0.8.0troubleshoot-binariesbinaries-DLSS-Enabler-3.02-Stable
| -rwxr-xr-x | src/index.tsx | 20 |
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 |
