From 4a5e76ce7b10f486dad3dbf51a92af424e942f5c Mon Sep 17 00:00:00 2001 From: jsmorley Date: Sat, 10 Oct 2009 01:56:20 +0000 Subject: [PATCH] Fix to RainBrowser to deal with this issue: http://rainmeter.net/forum/viewtopic.php?p=10952#p10952 Still hoping we can enable !RainmeterActivateConfig and !RainmeterQuit when no configs are active, but this will work for now. Basically if there are no configs loaded and you ask to load one, I set "Active=n" (whatever is appropriate for the .ini in question) in Rainmeter.ini if the config exists there, or add [ConfigName] and "Active=n" if not, then kill and start Rainmeter using ProcessClose() and ShellExecute().