diff --git a/screenshot/App_screen.png b/.github/images/App_screen.png similarity index 100% rename from screenshot/App_screen.png rename to .github/images/App_screen.png diff --git a/.github/images/Icon.png b/.github/images/Icon.png new file mode 100644 index 0000000..e125923 Binary files /dev/null and b/.github/images/Icon.png differ diff --git a/DevLint/DevLint/Views/CustomToolbar.swift b/DevLint/DevLint/Views/CustomToolbar.swift index 3170399..8f79a31 100644 --- a/DevLint/DevLint/Views/CustomToolbar.swift +++ b/DevLint/DevLint/Views/CustomToolbar.swift @@ -38,8 +38,8 @@ struct CustomToolbar: View { // }) HStack { - // TODO: Link this button to real formating logic to show progress.. currently it just a showcase - ToolbarButton(icon: "wand.and.stars", text: "Format", tooltip: "Format Code", action: { + //TODO: right now this toolbar buttons are only optional to icon or title later move it to support both icon & title for format button ex., icon: "wand.and.stars" + ToolbarButton(text: "Format", tooltip: "Format Code", action: { isFormatting = true viewModel.formatSwiftCode() DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) {