swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Get rid of `identifier` requirement of `App` protocol

Open stackotter opened this issue 1 year ago • 0 comments
trafficstars

The identifier property is only used by Gtk so I reckon GtkBackend should just use a default value and provide some way to configure it. Alternatively, we could just provide a default implementation of the identifier property which has some default identifier such as com.example.Example (not sure what a good default would be).

stackotter avatar Apr 09 '24 14:04 stackotter