updates
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
from PyQt6 import QtWidgets
|
||||
|
||||
from .dialog_sources.Ui_reminder import Ui_Dialog
|
||||
|
||||
from src import Icon
|
||||
|
||||
class ReminderDialog(QtWidgets.QDialog, Ui_Dialog):
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
self.setupUi(self)
|
||||
self.windowIcon(Icon("notification").icon)
|
||||
|
||||
def return_message(self) -> dict:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user