Skip to content

Commit 6efb79a

Browse files
committed
Edit text & Update screenshot preview
1 parent 9e4f32e commit 6efb79a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/components/TimerSetup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="ui tiny form segment">
44
<div class="two fields">
55
<div class="field">
6-
<label>Text</label>
6+
<label>Speech</label>
77
<input type="text" v-model="custom_artyom" name="custom_artyom" id="custom_artyom">
88
</div>
99
<div class="field">

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function createWindow () {
1313
resizable: false,
1414
icon: __dirname + '/build/icon.ico'
1515
});
16-
// mainWindow.setMenu(null);
16+
mainWindow.setMenu(null);
1717
mainWindow.loadURL('file://' + __dirname + '/index.html');
1818

1919
mainWindow.on('closed', function() {

mvp-preview-text2speech-timer-app.jpg

280 Bytes
Loading

0 commit comments

Comments
 (0)