mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Pull some strings to make it work
This commit is contained in:
@@ -145,6 +145,12 @@ COMMIT;";
|
|||||||
// Only if we're not ignoring new sources should be ask the user for input
|
// Only if we're not ignoring new sources should be ask the user for input
|
||||||
if (!_ignore)
|
if (!_ignore)
|
||||||
{
|
{
|
||||||
|
// We want to reset "Default" at this point, just in case
|
||||||
|
if (source.ToLowerInvariant() == "default")
|
||||||
|
{
|
||||||
|
source = "";
|
||||||
|
}
|
||||||
|
|
||||||
// If the source is blank, ask the user to supply one
|
// If the source is blank, ask the user to supply one
|
||||||
while (source == "" && sourceid == 0)
|
while (source == "" && sourceid == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user