Skip to content

Commit

Permalink
chore: Remove the deprecated isBezeled property
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jun 26, 2024
1 parent d2b5eab commit 8b07480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macos/Classes/WindowManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ public class WindowManager: NSObject, NSWindowDelegate {
let progressIndicator: NSProgressIndicator = NSProgressIndicator.init(frame: frame)
progressIndicator.style = .bar
progressIndicator.isIndeterminate = false
progressIndicator.isBezeled = true
progressIndicator.minValue = 0
progressIndicator.maxValue = 1
progressIndicator.isHidden = false
Expand Down

0 comments on commit 8b07480

Please sign in to comment.