mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 14:55:26 +02:00
fix: Undo unwanted changes
Signed-off-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
This commit is contained in:
parent
c226434204
commit
6b19cb81ed
@ -134,7 +134,7 @@ fun SaveFolderPage(
|
||||
) {
|
||||
SaveFolderSelection(
|
||||
saveFolder = saveFolder,
|
||||
isLowOnStorage = false,
|
||||
isLowOnStorage = isLowOnStorage,
|
||||
onSaveFolderChange = { saveFolder = it },
|
||||
)
|
||||
}
|
||||
@ -197,7 +197,7 @@ fun SaveFolderPage(
|
||||
}
|
||||
}
|
||||
},
|
||||
enabled = if (saveFolder == null) !false else true,
|
||||
enabled = if (saveFolder == null) !isLowOnStorage else true,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.height(BIG_PRIMARY_BUTTON_SIZE),
|
||||
|
Loading…
x
Reference in New Issue
Block a user