Browse Source

Set hide_tabbar_labels default to false

pull/2144/head
Bert Verhelst 6 years ago
parent
commit
8114c44276
  1. 2
      electron/main.js

2
electron/main.js

@ -23,7 +23,7 @@ const config = new Config({
always_on_top: false
,hide_menu_bar: false
,tabbar_location: 'top'
,hide_tabbar_labels: true
,hide_tabbar_labels: false
,window_display_behavior: 'taskbar_tray'
,auto_launch: !isDev
,flash_frame: true

Loading…
Cancel
Save