Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Fix for DOM changes in Home Assistant 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
matthinc committed Mar 10, 2018
1 parent a6c4142 commit a0e4af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "home_assistant_electron",
"version": "1.1.0",
"version": "1.1.3",
"description": "Create Home Assistant Electron app ==================================",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function login () {
// Main view loaded
if (remote.getCurrentWindow().settings.toolbar()) {
// Always show toolbar
main.shadowRoot.querySelector('#drawer')
main.shadowRoot.querySelector('app-drawer-layout')
.querySelector('iron-pages')
.querySelector('partial-cards')
.shadowRoot.querySelector('ha-app-layout')
Expand Down

0 comments on commit a0e4af6

Please sign in to comment.