293 self.__colors["NotificationCriticalBackground"], |
293 self.__colors["NotificationCriticalBackground"], |
294 ) |
294 ) |
295 ) |
295 ) |
296 |
296 |
297 |
297 |
298 def create(dlg): # noqa: U100 |
298 def create(_dlg): |
299 """ |
299 """ |
300 Module function to create the configuration page. |
300 Module function to create the configuration page. |
301 |
301 |
302 @param dlg reference to the configuration dialog |
302 @param _dlg reference to the configuration dialog (unused) |
303 @type ConfigurationDialog |
303 @type ConfigurationDialog |
304 @return reference to the instantiated page |
304 @return reference to the instantiated page |
305 @rtype ConfigurationPageBase |
305 @rtype ConfigurationPageBase |
306 """ |
306 """ |
307 page = NotificationsPage() |
307 page = NotificationsPage() |