1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-08 19:47:45 +00:00

Fix the desktopFilename

This commit is contained in:
Joshua Goins 2025-05-07 20:48:27 -04:00
parent 256ac3e642
commit f4327395a1

View file

@ -67,6 +67,7 @@ fn main() {
));
KAboutData::set_application_data(&*about_data);
QGuiApplication::set_desktop_file_name(&QString::from("zone.xiv.auracite"));
let mut command_line_parser = QCommandLineParser::default();
about_data