| 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); |