aboutsummaryrefslogtreecommitdiffstats
path: root/src/settingsdialog.cpp
diff options
context:
space:
mode:
authorConfuSomu2024-05-15 19:14:26 -0400
committerConfuSomu2024-05-15 19:14:26 -0400
commita7de3bfca7282dcbb65dc1a23813e23ebeee4d02 (patch)
treed4c03de9f1adde5ba22154f767142356a09a3885 /src/settingsdialog.cpp
parentcd85a7d47ffe22ec2581adf88f9cb70a5537f5a9 (diff)
downloadActorViewer-a7de3bfca7282dcbb65dc1a23813e23ebeee4d02.tar
ActorViewer-a7de3bfca7282dcbb65dc1a23813e23ebeee4d02.tar.gz
ActorViewer-a7de3bfca7282dcbb65dc1a23813e23ebeee4d02.zip
Hide Open URL… action if built without mastodonpp
This option doesn't work without mastodonpp, so I think that it might be better to hide it.
Diffstat (limited to 'src/settingsdialog.cpp')
-rw-r--r--src/settingsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp
index 387c1e9..0db1319 100644
--- a/src/settingsdialog.cpp
+++ b/src/settingsdialog.cpp
@@ -22,7 +22,7 @@ SettingsDialog::SettingsDialog(QWidget* parent)
#ifndef MASTODONPP_BUILD
// Disable unusable settings
- // This should be more precise if we ever add other fedi APIs, as it would disable all of them and not only the Mastodon one
+ // TODO: This should be more precise if we ever add other Fedi APIs, as it would disable all of them and not only the Mastodon one.
ui->remoteInstanceGroupBox->setDisabled(true);
ui->remoteInstanceGroupBox->setToolTip(tr("Setting disabled as not built with mastodonpp support"));
#endif