Skip to content

Commit

Permalink
Bump MoonDeck to 1.8.3 (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Jan 16, 2025
1 parent 70081bb commit 884ba3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/moondeck
Submodule moondeck updated 63 files
+1 −1 defaults/python/lib/constants.py
+6 −2 defaults/python/lib/settings.py
+1 −1 defaults/python/moondeckrun.sh
+1 −1 package.json
+2 −2 src/components/buttonstyleview/buttonstyleview.tsx
+7 −2 src/components/changelogview/changelogview.tsx
+2 −2 src/components/gamesessionview/gamesessionview.tsx
+2 −2 src/components/hostselectionview/addhostbutton.tsx
+2 −2 src/components/hostselectionview/buddypairbutton.tsx
+2 −2 src/components/hostselectionview/hostforgetbutton.tsx
+2 −2 src/components/hostselectionview/hostscanbutton.tsx
+2 −2 src/components/hostselectionview/hostselectiondropdown.tsx
+2 −2 src/components/hostselectionview/hostselectionview.tsx
+2 −2 src/components/hostselectionview/manualhostmodal.tsx
+2 −2 src/components/hostselectionview/pairingmodal.tsx
+2 −2 src/components/hostsettingsview/hostsettingsview.tsx
+2 −2 src/components/moondecklaunchbutton/buttonstyle.tsx
+2 −2 src/components/moondecklaunchbutton/containerstyle.tsx
+2 −2 src/components/moondecklaunchbutton/launchpromptmodal.tsx
+4 −4 src/components/moondecklaunchbutton/moondecklaunchbutton.tsx
+2 −2 src/components/moondecklaunchbutton/offsetstyle.tsx
+2 −2 src/components/moonlightsettingsview/appresolutionoverridedropdown.tsx
+2 −2 src/components/moonlightsettingsview/linkeddisplaylist.tsx
+2 −2 src/components/moonlightsettingsview/linkeddisplaymodal.tsx
+2 −2 src/components/moonlightsettingsview/moonlightexecutableselection.tsx
+2 −2 src/components/moonlightsettingsview/moonlightsettingsview.tsx
+2 −2 src/components/quicksettingsview/gamesessionpanel.tsx
+2 −2 src/components/quicksettingsview/hostapppanel.tsx
+2 −2 src/components/quicksettingsview/hostcommandpanel.tsx
+2 −2 src/components/quicksettingsview/hoststatuspanel.tsx
+2 −2 src/components/quicksettingsview/quicksettingsview.tsx
+2 −2 src/components/quicksettingsview/resolutionpanel.tsx
+2 −2 src/components/quicksettingsview/sunshineappspanel.tsx
+76 −0 src/components/runnersettingsview/pythonexecutablesection.tsx
+4 −2 src/components/runnersettingsview/runnersettingsview.tsx
+2 −2 src/components/setupguideview/setupguideview.tsx
+2 −2 src/components/shared/anytextinput.tsx
+2 −2 src/components/shared/buddystatusfield.tsx
+2 −2 src/components/shared/hostappselectiondropdown.tsx
+2 −2 src/components/shared/indexedlist/indexedlistmodal.ts
+2 −2 src/components/shared/indexedlist/modifylistentrybutton.tsx
+2 −2 src/components/shared/labelwithicon.tsx
+2 −2 src/components/shared/nonemptytextinput.tsx
+2 −2 src/components/shared/numerictextinput.tsx
+2 −2 src/components/shared/resolutionselectiondropdown.tsx
+2 −2 src/components/shared/serverstatusfield.tsx
+2 −2 src/components/shared/settingsloadingfield.tsx
+2 −2 src/components/shared/statusfield.tsx
+2 −2 src/components/shared/sunshineappssyncbutton.tsx
+2 −2 src/components/shared/togglefield.tsx
+2 −2 src/components/shortcutsview/purgebutton.tsx
+2 −2 src/components/shortcutsview/shortcutsview.tsx
+2 −2 src/components/statusindicatorsview/statusindicatorsview.tsx
+2 −2 src/components/sunshineappsview/batchresoverridebutton.tsx
+2 −2 src/components/sunshineappsview/batchresoverridemodal.tsx
+2 −2 src/components/sunshineappsview/controllerconfigbutton.tsx
+2 −2 src/components/sunshineappsview/purgebutton.tsx
+2 −2 src/components/sunshineappsview/sunshineappsview.tsx
+2 −2 src/components/titleview/titleview.tsx
+5 −5 src/lib/moondeckapplauncher.ts
+1 −0 src/lib/settingsmanager.ts
+9 −0 src/lib/steamutils.ts
+2 −2 src/routes/moondeck.tsx

0 comments on commit 884ba3b

Please sign in to comment.