Skip to content

macos: Add method that denotes secure restorable state

Arjan Molenaar requested to merge amolenaar/gtk:macos-secure-restore into main

See #6239 (closed).

Add NSApplicationDelegate.applicationSupportsSecureRestorableState: to silence the warning.

Use the NSApplicationDelegate interface, instead of manually defining the methods we implement.

Edited by Arjan Molenaar

Merge request reports