mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-09 03:57:44 +00:00
Fix the desktopFilename
This commit is contained in:
parent
256ac3e642
commit
f4327395a1
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ fn main() {
|
||||||
));
|
));
|
||||||
|
|
||||||
KAboutData::set_application_data(&*about_data);
|
KAboutData::set_application_data(&*about_data);
|
||||||
|
QGuiApplication::set_desktop_file_name(&QString::from("zone.xiv.auracite"));
|
||||||
|
|
||||||
let mut command_line_parser = QCommandLineParser::default();
|
let mut command_line_parser = QCommandLineParser::default();
|
||||||
about_data
|
about_data
|
||||||
|
|
Loading…
Add table
Reference in a new issue