mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -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,8 +29,8 @@ StreamWindow::StreamWindow(const StreamSessionConnectInfo &connect_info, QWidget
|
|||
: QMainWindow(parent)
|
||||
{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
setWindowTitle(qApp->applicationName());
|
||||
|
||||
setWindowTitle(qApp->applicationName() + " | Stream");
|
||||
|
||||
session = nullptr;
|
||||
av_widget = nullptr;
|
||||
|
||||
|
@ -135,4 +135,4 @@ void StreamWindow::ToggleFullscreen()
|
|||
setCursor(Qt::BlankCursor);
|
||||
showFullScreen();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue