Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenYang committed Dec 7, 2022
1 parent 5291eeb commit 72997eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChatGPT-Mac-MenuBar/MainNSViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MainNSViewController: NSViewController {
// create a hosting controller with your SwiftUI view
let hostingController = NSHostingController(rootView: MainUI())
self.view = hostingController.view
self.view.frame = CGRect(origin: .zero, size: .init(width: 450, height: 550))
self.view.frame = CGRect(origin: .zero, size: .init(width: 500, height: 600))
}
override func mouseDragged(with event: NSEvent) {
guard let appDelegate: AppDelegate = NSApplication.shared.delegate as? AppDelegate else { return }
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Chat with OpenAI's ChatGPT in mac menu bar like a pro.

✅ Handle keyboard shortcuts `cmd+c/v/x/z/a` with webview

✅ Popover Window Resizable


![](resource/snapshot.png)

Expand Down

0 comments on commit 72997eb

Please sign in to comment.