diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2025-02-09 09:53:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-09 16:53:36 +0100 |
| commit | a8156ed1b962df23736a8e315b5033036650b941 (patch) | |
| tree | ab6867b166e83a571eeae4a7206179b56da02f09 /src/options.cpp | |
| parent | 494eb6ca1bc6e19084d831e9cf75d2e60f1f4e92 (diff) | |
Fix shownames toggle not being respected in several places, clean up implementation (#1080)
* Move showname switch to settings and fix it
* let the append function handle shownames
Diffstat (limited to 'src/options.cpp')
| -rw-r--r-- | src/options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/options.cpp b/src/options.cpp index 2e1fbe9f..caa559c8 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -56,10 +56,6 @@ Options::Options() /*! Migrate old configuration keys/values to a relevant format. */ void Options::migrate() { - if (config.contains("show_custom_shownames")) - { - config.remove("show_custom_shownames"); - } if (QFile::exists(get_base_path() + "callwords.ini")) { migrateCallwords(); |
