mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -305,6 +305,7 @@ namespace loot {
|
||||
string text = yout.c_str();
|
||||
// Get rid of yaml-cpp weirdness.
|
||||
boost::replace_all(text, "!<!> ", "");
|
||||
text = "[spoiler][code]" + text + "[/code][/spoiler]";
|
||||
CopyToClipboard(text);
|
||||
callback->Success("");
|
||||
}
|
||||
@@ -383,6 +384,7 @@ namespace loot {
|
||||
// Get rid of yaml-cpp weirdness.
|
||||
boost::replace_all(text, "!<!> ", "");
|
||||
}
|
||||
text = "[spoiler][code]" + text + "[/code][/spoiler]";
|
||||
|
||||
CopyToClipboard(text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user