mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix-627] added finer permissions for flatpak
handled issue with write only directory with bs-versions.json
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ export const ChooseProtonFolderModal: ModalComponent<{}, {}> = ({ resolver }) =>
|
||||
const selectProtonPath = async () => {
|
||||
const response = await lastValueFrom(ipcService.sendV2("choose-folder", {
|
||||
parent: "home",
|
||||
defaultPath: ".local/share/Steam/steamapps/common",
|
||||
defaultPath: ".steam/steam/steamapps/common",
|
||||
showHidden: true,
|
||||
}));
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@ export function SettingsPage() {
|
||||
try {
|
||||
const pathResponse = await lastValueFrom(ipcService.sendV2("choose-folder", {
|
||||
parent: "home",
|
||||
defaultPath: ".local/share/Steam/steamapps/common",
|
||||
defaultPath: ".steam/steam/steamapps/common",
|
||||
showHidden: true,
|
||||
}));
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user