Skip to content

Commit

Permalink
rm gui test prop
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 20, 2023
1 parent b487ec3 commit be07897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/src/Runtime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,6 @@ class Runtime extends GenericApp {
}

if (!file || file === '{}') {
this.setState({ showProjectsDialog: true });

// read if show projects dialog allowed
const obj = await this.socket.getObject(`system.adapter.${this.adapterName}.${this.instance}`);
if (this.state.runtime && obj.native.doNotShowProjectDialog) {
Expand Down

0 comments on commit be07897

Please sign in to comment.