diff --git a/src/psicli.h b/src/psicli.h index 38cefa133..e2ffee879 100644 --- a/src/psicli.h +++ b/src/psicli.h @@ -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"); diff --git a/version b/version index 3c8521c91..17fdff4e9 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.1941 (2024-06-03, 319598eb) +1.5.1942 (2024-06-04, 314403d9)