We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7462ec commit ee60c66Copy full SHA for ee60c66
src/application.rs
@@ -217,7 +217,10 @@ impl NotifyApplication {
217
}
218
219
fn show_about_dialog(&self) {
220
- let dialog = adw::AboutWindow::from_appdata("/com/ranfdev/Notify/metainfo.xml", None);
+ let dialog = adw::AboutWindow::from_appdata(
221
+ "/com/ranfdev/Notify/com.ranfdev.Notify.metainfo.xml",
222
+ None,
223
+ );
224
if let Some(w) = self.imp().window.borrow().upgrade() {
225
dialog.set_transient_for(Some(&w));
226
0 commit comments