Skip to content

Fix setWindowFlags attributes in QToast::Init method #1

@ghost

Description

Hi LnJan
In qToast cpp file you set this flags to a widget (50 line):

setWindowFlags(Qt::FramelessWindowHint|Qt::SubWindow)

image

But better solution is to set:

setWindowFlags(Qt::FramelessWindowHint|Qt::ToolTip)

image

this disables app icon in TaskBar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions