- Fixed set font on load config

- fix #237
This commit is contained in:
Trigg 2022-04-28 21:14:02 +00:00
parent 277a92572e
commit e7fe5a2b52
2 changed files with 5 additions and 0 deletions

View file

@ -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):
"""

View file

@ -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