window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

'isBezeled' was deprecated in macOS 14.0

Open colinbes opened this issue 7 months ago • 0 comments

Getting this warning in a flutter app with minimum target set for 14.0

window_manager-0.3.7/macos/Classes/WindowManager.swift:436:31: warning: 'isBezeled' was deprecated in macOS 14.0: The bezeled property is not respected on 10.15 and later
            progressIndicator.isBezeled = true

colinbes avatar Jan 04 '24 18:01 colinbes