mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
remove comptime check
This commit is contained in:
parent
9a41b0ce9f
commit
75dbe85ad6
1 changed files with 0 additions and 2 deletions
|
|
@ -39,8 +39,6 @@ type ChannelHandler interface {
|
|||
GetChannel(id int) (chan notificationChannel, bool)
|
||||
}
|
||||
|
||||
var _ ChannelHandler = (*darwinNotifier)(nil)
|
||||
|
||||
const AppleDefaultActionIdentifier = "com.apple.UNNotificationDefaultActionIdentifier"
|
||||
|
||||
// Creates a new Notifications Service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue