diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-25 06:05:21 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-30 13:07:11 +0000 |
| commit | b21dfd36cdafd76b5538383279d28b003188fa19 (patch) | |
| tree | 9c11f8d2463950332cecd249342e1000b5d0f501 /src/main.cpp | |
| parent | f86a8fe59b6b41229cc9353d3144d0381494fed1 (diff) | |
- Downstream version and the upstream revision it's based on
(commit and date)
- URL to our modified source code.
- miniaudio and libsodium versions.
- Build profile (release, dev, or debug).
Also, stop checking for updates.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4141fc0..7b42925 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) #endif AOApplication main_app; - QApplication::setApplicationVersion(AOApplication::get_version_string()); + QApplication::setApplicationVersion(AOApplication::get_sof_version_string()); QApplication::setApplicationDisplayName(QObject::tr("Attorney Online %1").arg(QApplication::applicationVersion())); QResource::registerResource(main_app.get_asset("themes/" + Options::getInstance().theme() + ".rcc")); |
