From cde34538dc6045223c965958535218a38d22b2ee Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Thu, 8 May 2025 09:06:47 +0200 Subject: Explicitly set app icon on widgets (#1098) --- src/widgets/moderator_dialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/moderator_dialog.cpp') diff --git a/src/widgets/moderator_dialog.cpp b/src/widgets/moderator_dialog.cpp index a39840fe..923be4a6 100644 --- a/src/widgets/moderator_dialog.cpp +++ b/src/widgets/moderator_dialog.cpp @@ -26,6 +26,7 @@ ModeratorDialog::ModeratorDialog(int clientId, bool ban, AOApplication *ao_app, return; } + setWindowIcon(QIcon(":/data/logo-client.png")); QUiLoader loader; ui_widget = loader.load(&file, this); auto layout = new QVBoxLayout(this); -- cgit