Skip to content

Commit

Permalink
disable changelog dialog temporarily!
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 6, 2024
1 parent eedfa70 commit d12ffd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Home() {
</div>
<NotificationHandler />
{showOnboarding && <Onboarding />}
<ChangelogDialog />
{/* <ChangelogDialog /> */}
<Header />
<div className="my-4" />
{settings.isLoading ? (
Expand Down
4 changes: 2 additions & 2 deletions screenpipe-app-tauri/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ export default function Header() {
<Play className="mr-2 h-4 w-4" />
<span>show onboarding</span>
</DropdownMenuItem>
<DropdownMenuItem
{/* <DropdownMenuItem
className="cursor-pointer"
onClick={() => setShowChangelogDialog(true)}
>
<Folder className="mr-2 h-4 w-4" />
<span>show changelog</span>
</DropdownMenuItem>
</DropdownMenuItem> */}
</DropdownMenuContent>
</DropdownMenu>
</div>
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.9.7"
version = "0.9.8"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit d12ffd7

Please sign in to comment.