From dd2188f515db446fe83ab21564f0ea72a90994d7 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 26 Mar 2021 21:08:11 +0100 Subject: [PATCH] Floating pesterlog fix #2 --- memos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/memos.py b/memos.py index b2047d8..a48af02 100644 --- a/memos.py +++ b/memos.py @@ -459,6 +459,7 @@ class PesterMemo(PesterConvo): self.chanModeMenu.addAction(self.chanHide) self.chanModeMenu.addAction(self.chanInvite) self.chanModeMenu.addAction(self.chanMod) + self.chanModeMenu.setStyleSheet(self.mainwindow.theme["main/defaultwindow/style"]) # BWAH BWAH FLOATING "PESTERLOG:" self.timeslider = TimeSlider(QtCore.Qt.Horizontal, self) self.timeinput = TimeInput(self.timeslider, self)