Skip to content

Commit 717bc4c

Browse files
committed
Pre-release 0.31.107
1 parent 37407e4 commit 717bc4c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Core/Sources/ConversationTab/FilePicker.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public struct FilePicker: View {
8181
.padding(.vertical, 4)
8282
}
8383
}
84+
.id(filteredFiles.hashValue)
8485
}
8586
.frame(maxHeight: 200)
8687
.padding(.horizontal, 4)

ExtensionService/AppDelegate+Menu.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ extension AppDelegate {
134134
)
135135

136136
statusBarMenu.addItem(accountItem)
137+
statusBarMenu.addItem(.separator())
137138
statusBarMenu.addItem(authStatusItem)
138139
statusBarMenu.addItem(upSellItem)
139140
statusBarMenu.addItem(.separator())

ExtensionService/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ func getCLSMessageSummary(_ message: String) -> CLSMessage {
479479
let summary: String
480480
if message.contains("You've reached your monthly chat messages limit") {
481481
summary = "Monthly Chat Limit Reached"
482-
} else if message.contains("You've reached your monthly code completion limit") {
482+
} else if message.contains("Completions limit reached") {
483483
summary = "Monthly Completion Limit Reached"
484484
} else {
485485
summary = "CLS Error"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy