Skip to content

Commit

Permalink
UI/importers: Use pipewire-screen for capture translation
Browse files Browse the repository at this point in the history
Use pipewire-screen-capture instead of
the currently discouraged pipewire-window-capture
  • Loading branch information
SarenDev committed Oct 19, 2024
1 parent 21782b5 commit 42429d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/importers/studio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ void TranslateOSStudio(Json &res)
ClearTranslation("game_capture", "xcomposite_input");
ClearTranslation("window_capture", "xcomposite_input");
} else {
ClearTranslation("game_capture", "pipewire-window-capture-source");
ClearTranslation("window_capture", "pipewire-window-capture-source");
ClearTranslation("game_capture", "pipewire-screen-capture-source");
ClearTranslation("window_capture", "pipewire-screen-capture-source");
}

if (id == "monitor_capture") {
Expand Down

0 comments on commit 42429d6

Please sign in to comment.