Skip to content

Commit

Permalink
Merge branch 'early-unstable' into early
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jun 27, 2024
2 parents 1816b24 + 2182a25 commit 658c06c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function App() {
cloudSync: undefined,
cloudSyncType: 'Sync',
cloudSyncStatus: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
language: 'en',
android: {
bezels: true,
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/DeckyRomLauncherInstallPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function DeckyRomLauncherInstallPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
modal: false,
pass1: 'a',
pass2: 'b',
Expand Down Expand Up @@ -46,7 +46,7 @@ function DeckyRomLauncherInstallPage() {
} else {
setStatePage({
...statePage,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
});
}
};
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/DeckyRomLauncherPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function DeckyRomLauncherPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
modal: false,
pass1: 'a',
pass2: 'b',
Expand Down Expand Up @@ -48,7 +48,7 @@ function DeckyRomLauncherPage() {
} else {
setStatePage({
...statePage,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
});
}
};
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/EmuDeckyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function EmuDeckyPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
modal: false,
pass1: 'a',
pass2: 'b',
Expand Down Expand Up @@ -44,7 +44,7 @@ function EmuDeckyPage() {
} else {
setStatePage({
...statePage,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
});
}
};
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/pages/GyroDSUPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function GyroDSUPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
pass1: 'a',
pass2: 'b',
modal: false,
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/PowerControlsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function PowerControlsPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
disableButton: false,
pass1: 'a',
pass2: 'b',
Expand Down Expand Up @@ -49,7 +49,7 @@ function PowerControlsPage() {
} else {
setStatePage({
...statePage,
sudoPass: system === 'chimeraos' ? 'gamer' : 'EmuDecky!',
sudoPass: system === 'chimeraos' ? 'gamer' : 'Decky!',
});
}
};
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/PowerToolsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function PowerToolsPage() {
disabledBack: false,
data: '',
hasSudo: false,
sudoPass: 'EmuDecky!',
sudoPass: 'Decky!',
disableButton: false,
pass1: 'a',
pass2: 'b',
Expand Down Expand Up @@ -49,7 +49,7 @@ function PowerToolsPage() {
} else {
setStatePage({
...statePage,
sudoPass: system === 'chimeraos' ? 'gamer' : 'EmuDecky!',
sudoPass: system === 'chimeraos' ? 'gamer' : 'Decky!',
});
}
};
Expand Down

0 comments on commit 658c06c

Please sign in to comment.