This commit is contained in:
Taiko2k
2022-05-24 18:51:46 +12:00
committed by GitHub
parent 191d3f74c4
commit 753da3a1dd

View File

@@ -501,9 +501,9 @@ class MyApp(Adw.Application):
``` ```
Note that having an "Open with" option with your application would Note that an "Open with" option with your application would
require a `.desktop` file that registers a mime type that your application can open, but setting up a desktop require a `.desktop` file that registers a mime type that your application can open, but setting up a desktop
file is outside to scope of this tutorial. file is outside the scope of this tutorial.
## Custom drawing area using Cairo ## Custom drawing area using Cairo