Skip to content

Improvements - imho #69

@pearce6517

Description

@pearce6517

VERSION "1.2.0"

  1. reduce the window size by using the label base-name.
  2. On start-up, in target mode, allow pre-configuration with files on command line.

Diff -e below:

560,561c

add_target_button();

for (int i=1; i<argc; i++) {
    if (argv[i][0] != '-' && argv[i][0] != '\0')
       add_filename_button(argv[i]);
}

gtk_widget_show_all(window);
gtk_main();

exit(0);

.
387,392d
155c
label = g_path_get_basename(label);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions