mirror of
https://github.com/ErikReider/SwayNotificationCenter.git
synced 2024-11-25 06:27:08 +03:00
Renamed all notiWindow.* files to notificationWindow.*
This commit is contained in:
parent
350f7a9beb
commit
75e7363fc8
@ -28,7 +28,7 @@ app_sources = [
|
||||
'swayncDaemon/swayncDaemon.vala',
|
||||
'notiDaemon/notiDaemon.vala',
|
||||
'notiModel/notiModel.vala',
|
||||
'notiWindow/notiWindow.vala',
|
||||
'notificationWindow/notificationWindow.vala',
|
||||
'notification/notification.vala',
|
||||
'controlCenter/controlCenter.vala',
|
||||
'controlCenter/topAction/topAction.vala',
|
||||
|
@ -1,5 +1,5 @@
|
||||
namespace SwayNotificationCenter {
|
||||
[GtkTemplate (ui = "/org/erikreider/sway-notification-center/notiWindow/notiWindow.ui")]
|
||||
[GtkTemplate (ui = "/org/erikreider/sway-notification-center/notificationWindow/notificationWindow.ui")]
|
||||
public class NotificationWindow : Gtk.ApplicationWindow {
|
||||
|
||||
[GtkChild]
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/org/erikreider/sway-notification-center">
|
||||
<file>notiWindow/notiWindow.ui</file>
|
||||
<file>notificationWindow/notificationWindow.ui</file>
|
||||
<file>notification/notification.ui</file>
|
||||
<file>controlCenter/controlCenter.ui</file>
|
||||
<file>controlCenter/topAction/topAction.ui</file>
|
||||
|
Loading…
Reference in New Issue
Block a user