Skip to content

Commit 4a8f51e

Browse files
committed
Small UI change
Move "Overwrite existing files" outside of settings and in the same HStack as "Convert" button
1 parent 1ba8d3f commit 4a8f51e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

TextUtil.app/Contents/Resources/Base.lproj/TextUtil.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@
216216
"actionID": "textutil.format.changed"
217217
}
218218
},
219-
{
220-
"type": "Toggle",
221-
"id": 14,
222-
"properties": {
223-
"title": "Overwrite existing files"
224-
}
225-
},
226219
{
227220
"type": "Toggle",
228221
"id": 15,
@@ -244,6 +237,13 @@
244237
"spacing": 16
245238
},
246239
"children": [
240+
{
241+
"type": "Toggle",
242+
"id": 14,
243+
"properties": {
244+
"title": "Overwrite existing files"
245+
}
246+
},
247247
{
248248
"type": "Spacer"
249249
},

0 commit comments

Comments
 (0)