Empty configs shouldn't break the panel
Opened this issue · 0 comments
jmc-88 commented
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.