jmc-88/tint3

Empty configs shouldn't break the panel

Opened this issue · 0 comments

Default values for all configuration attributes should be provided, so that an empty configuration file doesn't result in a crash or in an unusable panel. Right now, if no panel_size is provided, Launcher::GetIconSize() will return 0 and cause Launcher::Resize() to abort the program with SIGFPE.