mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Clean up some bugs in markdown widget
This commit is contained in:
parent
c181b11f87
commit
9fffa07d48
5 changed files with 4 additions and 10 deletions
|
|
@ -52,7 +52,6 @@ namespace satdump
|
|||
std::ifstream ifs(resources::getResourcePath("credits.md"));
|
||||
std::string credits_markdown((std::istreambuf_iterator<char>(ifs)), (std::istreambuf_iterator<char>()));
|
||||
credits_md.set_md(credits_markdown);
|
||||
credits_md.init();
|
||||
|
||||
registerApplications();
|
||||
registerViewerHandlers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue