mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Update PS4 References
This commit is contained in:
parent
d10d2ac562
commit
308d6043f4
5 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Chiaki
|
||||
Comment=PlayStation 4 Remote Play Client
|
||||
Comment=PlayStation Remote Play Client
|
||||
Exec=chiaki
|
||||
Icon=chiaki
|
||||
Categories=Game;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<id>re.chiaki.Chiaki</id>
|
||||
<launchable type="desktop-id">chiaki.desktop</launchable>
|
||||
<name>Chiaki</name>
|
||||
<summary>Free and Open Source Client for PlayStation 4 Remote Play</summary>
|
||||
<summary>Free and Open Source Client for PlayStation Remote Play</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>AGPL-3.0-only</project_license>
|
||||
<developer_name>Florian Märkl</developer_name>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<url type="help">https://git.sr.ht/~thestr4ng3r/chiaki/tree/master/item/README.md#usage</url>
|
||||
<description>
|
||||
<p>
|
||||
Chiaki is a Free and Open Source Client for PlayStation 4 Remote Play. It can be used to play in real time on a PlayStation 4 as long as there is a network connection.
|
||||
Chiaki is a Free and Open Source Client for PlayStation 4 and PlayStation 5 Remote Play. It can be used to play in real time on a PlayStation as long as there is a network connection.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
|
|
|
@ -113,7 +113,7 @@ void StreamWindow::closeEvent(QCloseEvent *event)
|
|||
switch(connect_info.settings->GetDisconnectAction())
|
||||
{
|
||||
case DisconnectAction::Ask: {
|
||||
auto res = QMessageBox::question(this, tr("Disconnect Session"), tr("Do you want the PS4 to go into sleep mode?"),
|
||||
auto res = QMessageBox::question(this, tr("Disconnect Session"), tr("Do you want the Console to go into sleep mode?"),
|
||||
QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);
|
||||
switch(res)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue