canonical / firmware-updater

An experimental firmware updater UI based on fwupd
GNU General Public License v3.0
110 stars 17 forks source link

Use GtkApplicationNotifier.commandLine #131

Closed jpnurmi closed 1 year ago

jpnurmi commented 1 year ago

gtk_application.dart won't be able to deliver local command-line arguments but the new property was added to help with passing the arguments around so that the handling of local vs. remote command-line arguments can be easily unified.