From 4269c33cd1e0bcab2299b59bbe965685dfda7d49 Mon Sep 17 00:00:00 2001 From: JessyJP Date: Sat, 13 Jan 2024 15:57:47 +0000 Subject: [PATCH] Typo in commnet - Update slidecontroller.py --- openlp/core/ui/slidecontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 216b1c868..3c0975668 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -1050,7 +1050,7 @@ class SlideController(QtWidgets.QWidget, LogMixin, RegistryProperties): """ Handle the blank screen button actions - :param checked: the new state of the of the widget + :param checked: the new state of the widget """ self.set_hide_mode(None)