File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/frontend/screens/Settings/sections/SyncSaves Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export default function GOGSyncSaves({
124
124
htmlId = "inputSavePath"
125
125
placeholder = { t ( 'setting.savefolder.placeholder' ) }
126
126
path = { value . location }
127
- canEditPath = { isSyncing }
127
+ canEditPath = { ! isSyncing }
128
128
onPathChange = { ( path ) => {
129
129
const saves = [ ...gogSaves ]
130
130
saves [ index ] = {
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ export default function LegendarySyncSaves({
111
111
path = { savesPath }
112
112
placeholder = { t ( 'setting.savefolder.placeholder' ) }
113
113
pathDialogTitle = { t ( 'box.sync.title' ) }
114
- canEditPath = { isSyncing }
114
+ canEditPath = { ! isSyncing }
115
115
afterInput = {
116
116
< span
117
117
role = { 'button' }
You can’t perform that action at this time.
0 commit comments