mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
removed not needed things
This commit is contained in:
parent
b0142ba192
commit
19cb608934
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct SettingsViewModule: View {
|
|||
}
|
||||
.disabled(selectedModuleId == module.id.uuidString)
|
||||
}
|
||||
.swipeActions(edge: .trailing) {
|
||||
.swipeActions {
|
||||
if selectedModuleId != module.id.uuidString {
|
||||
Button(role: .destructive) {
|
||||
moduleManager.deleteModule(module)
|
||||
|
|
|
|||
Loading…
Reference in a new issue