Skip to content

Commit

Permalink
veonim -> uivonim in some places
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Oct 27, 2020
1 parent f6f55eb commit 3edea02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bootstrap/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.on('ready', async () => {

if (process.platform === 'darwin')
menuTemplate.unshift({
label: 'veonim',
label: 'uivonim',
submenu: [
{
role: 'about',
Expand All @@ -50,7 +50,7 @@ app.on('ready', async () => {
},
{
// using 'role: hide' adds cmd+h keybinding which overrides vim keybinds
label: 'Hide veonim',
label: 'Hide uivonim',
click: () => app.hide(),
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@ app.on('ready', async () => {

watch(srcDir, { recursive: true }, debounce(reloader, 250))

console.log(`veonim started in develop mode. you're welcome`)
console.log(`uivonim started in develop mode. you're welcome`)

const {
default: installExtension,
Expand Down

0 comments on commit 3edea02

Please sign in to comment.