MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / SetClipboard

Function SetClipboard

Goldleaf/source/ui/ui_Utils.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void SetClipboard(const std::string &path) {
41 g_Clipboard = path;
42 }
43
44 void ShowPowerTasksDialog(const std::string &title, const std::string &msg) {
45 const auto option = g_MainApplication->DisplayDialog(title, msg, { cfg::Strings.GetString(233), cfg::Strings.GetString(232), cfg::Strings.GetString(18) }, true);

Callers 1

UpdateClipboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected