From a43383acecd256135d6b336a9f6f950056b32b71 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 18 Mar 2017 17:31:47 +0800 Subject: [PATCH] refine vnote.ini Enable tools_dock_checked by default. --- src/resources/vnote.ini | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/resources/vnote.ini b/src/resources/vnote.ini index 7335ed26..ac074333 100644 --- a/src/resources/vnote.ini +++ b/src/resources/vnote.ini @@ -6,15 +6,18 @@ post_template_path=:/resources/post_template.html template_css_url=qrc:/resources/markdown.css current_notebook=0 tab_stop_width=4 -is_expand_tab=1 -highlight_cursor_line=1 -highlight_selected_word=1 -highlight_searched_word=1 +is_expand_tab=true +highlight_cursor_line=true +highlight_selected_word=true +highlight_searched_word=true current_background_color=System current_render_background_color=System language=System editor_font_size=12 +[session] +tools_dock_checked=true + [predefined_colors] 1\name=White 1\rgb=EEEEEE