Skip to content

Commit 30204ff

Browse files
committed
Remove exit button in widget
1 parent ee2bbef commit 30204ff

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Core/Sources/SuggestionWidget/WidgetView.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@ struct WidgetContextMenu: View {
211211
}
212212

213213
Divider()
214-
215-
Button(action: {
216-
exit(0)
217-
}) {
218-
Text("Quit")
219-
}
220214
}
221215
.onAppear {
222216
updateProjectPath(fileURL: widgetViewModel.currentFileURL)

0 commit comments

Comments
 (0)