init
This commit is contained in:
18
packages/ags/example/notification-popups/config.js
Normal file
18
packages/ags/example/notification-popups/config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import { NotificationPopups } from "./notificationPopups.js"
|
||||
|
||||
Utils.timeout(100, () => Utils.notify({
|
||||
summary: "Notification Popup Example",
|
||||
iconName: "info-symbolic",
|
||||
body: "Lorem ipsum dolor sit amet, qui minim labore adipisicing "
|
||||
+ "minim sint cillum sint consectetur cupidatat.",
|
||||
actions: {
|
||||
"Cool": () => print("pressed Cool"),
|
||||
},
|
||||
}))
|
||||
|
||||
App.config({
|
||||
style: App.configDir + "/style.css",
|
||||
windows: [
|
||||
NotificationPopups(),
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user