Skip to content

Commit

Permalink
Merge pull request #12 from Temtem-Interactive-Map/develop
Browse files Browse the repository at this point in the history
0.1.1
  • Loading branch information
TheLokin authored Mar 30, 2023
2 parents cf9b59e + 1e5f69a commit 4e66d89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "temzone",
"description": "The Temtem Interactive Map Desktop App",
"version": "0.1.0",
"version": "0.1.1",
"author": "Temtem Interactive Map",
"license": "MIT",
"main": "app/background.js",
Expand Down
2 changes: 1 addition & 1 deletion renderer/components/Accordion/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function Accordion() {
<Tooltip key={i} message={t(option.tooltip)}>
<NavButton
active={sidebarOption === option}
disabled={isLocked}
disabled={isLocked || isLoading || isValidating || error}
onClick={() => setSidebarOption(option)}
>
<Image
Expand Down

0 comments on commit 4e66d89

Please sign in to comment.