Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1942
Browse files Browse the repository at this point in the history
It is based on:
* psi: 314403d9
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed Jun 3, 2024
1 parent c23cd40 commit 9784cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/psicli.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ class PsiCli : public SimpleCli {
defineParam("status-message", tr("MSG", "translate in UPPER_CASE with no spaces"),
tr("Set status message. Must be used together with --status.", "do not translate --status"));

defineParam("swrender",
tr("Use software widgets rendering. In some cases default hardware rendering may lead to graphical "
"glitches and crashes. This option may help."));
defineSwitch(
"swrender",
tr("Use software widgets rendering. In some cases default hardware rendering may lead to graphical "
"glitches and crashes. This option may help."));

defineSwitch("help", tr("Show this help message and exit."));
defineAlias("h", "help");
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1941 (2024-06-03, 319598eb)
1.5.1942 (2024-06-04, 314403d9)

0 comments on commit 9784cd1

Please sign in to comment.