parent
277a92572e
commit
e7fe5a2b52
2 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,8 @@ class NotificationSettingsWindow(SettingsWindow):
|
|||
self.overlay.set_padding(self.padding)
|
||||
self.overlay.set_border_radius(self.border_radius)
|
||||
self.discover.set_dbus_notifications(self.enabled)
|
||||
if self.font:
|
||||
self.overlay.set_font(self.font)
|
||||
|
||||
def save_config(self):
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -259,6 +259,9 @@ class TextSettingsWindow(SettingsWindow):
|
|||
self.overlay.set_show_attach(self.show_attach)
|
||||
self.overlay.set_hide_on_mouseover(self.autohide)
|
||||
|
||||
if self.font:
|
||||
self.overlay.set_font(self.font)
|
||||
|
||||
def save_config(self):
|
||||
"""
|
||||
Save the current settings to the 'text' section of the config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue