mirror of
https://github.com/Taiko2k/GTK4PythonTutorial.git
synced 2026-01-07 11:50:24 +01:00
Fix typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user