diff src/gui/dialog/about.cc @ 318:3b355fa948c7

config: use TOML instead of INI unfortunately, INI is not enough, and causes some paths including semicolons to break with our current storage of the library folders. so, I decided to switch to TOML which does support real arrays...
author Paper <paper@paper.us.eu.org>
date Wed, 12 Jun 2024 05:25:41 -0400
parents 99cbc51433e4
children e9d040e2045f
line wrap: on
line diff
--- a/src/gui/dialog/about.cc	Wed Jun 12 04:07:10 2024 -0400
+++ b/src/gui/dialog/about.cc	Wed Jun 12 05:25:41 2024 -0400
@@ -76,8 +76,6 @@
 	    Strings::ToQString(pugixml_version.to_string()) +
 	    "</a>"
 	    ", "
-	    "<a href=\"https://github.com/pulzed/mINI\">mINI v0.9.14</a>"
-	    ", "
 	    "<a href=\"https://github.com/Neargye/semver\">semver v" +
 	    Strings::ToQString(semver_version.to_string()) +
 	    "</a>"