Skip to content

Commit 5d460a0

Browse files
committed
only need to set show count
1 parent d5da2af commit 5d460a0

File tree

1 file changed

+0
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+0
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ impl ChatSession {
11901190
None => {
11911191
// Don't show on first time but record the version
11921192
os.database.set_changelog_last_version(current_version)?;
1193-
os.database.set_changelog_show_count(0)?;
11941193
false
11951194
},
11961195
};

0 commit comments

Comments
 (0)