Skip to content

Commit 7f1586d

Browse files
authored
Merge pull request #27 from csprasad/dev
Folder restructure & fixes
2 parents e71e7dc + df09f77 commit 7f1586d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/images/Icon.png

605 KB
Loading

DevLint/DevLint/Views/CustomToolbar.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ struct CustomToolbar: View {
3838
// })
3939

4040
HStack {
41-
// TODO: Link this button to real formating logic to show progress.. currently it just a showcase
42-
ToolbarButton(icon: "wand.and.stars", text: "Format", tooltip: "Format Code", action: {
41+
//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"
42+
ToolbarButton(text: "Format", tooltip: "Format Code", action: {
4343
isFormatting = true
4444
viewModel.formatSwiftCode()
4545
DispatchQueue.main.asyncAfter(deadline: .now() + 1.0) {

0 commit comments

Comments
 (0)