Add last updated to note pages

This commit is contained in:
2024-10-10 01:58:33 -04:00
parent ba52847b76
commit d04528941a
4 changed files with 31 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ MimeType=text/plain; # $XDG_PATH contains the paths used to fetch icons, extensi
menu.
- Sample code for the electron app (assuming you can build linux binaries
for the target platform):
```javascript
```javascript
// sample code to get started
const { app, BrowserWindow } = require('electron');
app