Skip to content

Commit

Permalink
fix: remove meetio_sidebar_button option, is now support by native
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 28, 2020
1 parent cdc8b23 commit b3b1500
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

// Set disclosure tree controls
"meetio_sidebar_disclosure": false,
// Show button in the left corner of the status bar
"meetio_sidebar_button": true,

// Show icon search in inputs
"meetio_input_search_icon": true,
Expand Down
8 changes: 0 additions & 8 deletions scripts/theme/files/statusbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
},
{
"class": "sidebar_button_control",
"settings": ["!meetio_sidebar_button"],
"content_margin": 0,
"layer0.texture": "",
"layer0.opacity": 0
},
{
"class": "sidebar_button_control",
"settings": ["meetio_sidebar_button"],
"layer0.texture": "Meetio Theme/textures/sidebar_button.png",
"content_margin": 8,
"layer0.tint": "var(statusbarIconColor)",
Expand Down

0 comments on commit b3b1500

Please sign in to comment.