mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add " | Stream" to streamwindow
Makes it easier to find the window in obs.
This commit is contained in:
parent
ba3ed016f3
commit
b1196b30f6
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ StreamWindow::StreamWindow(const StreamSessionConnectInfo &connect_info, QWidget
|
||||||
: QMainWindow(parent)
|
: QMainWindow(parent)
|
||||||
{
|
{
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
setWindowTitle(qApp->applicationName());
|
setWindowTitle(qApp->applicationName() + " | Stream");
|
||||||
|
|
||||||
session = nullptr;
|
session = nullptr;
|
||||||
av_widget = nullptr;
|
av_widget = nullptr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue