mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added primary clipboard for Linux
This commit is contained in:
parent
c2c0c8067d
commit
2ff0735329
12 changed files with 170 additions and 7 deletions
|
|
@ -2416,6 +2416,7 @@ void Main::cleanup(bool p_force) {
|
|||
OS::get_singleton()->_cmdline.clear();
|
||||
OS::get_singleton()->_execpath = "";
|
||||
OS::get_singleton()->_local_clipboard = "";
|
||||
OS::get_singleton()->_primary_clipboard = "";
|
||||
|
||||
ResourceLoader::clear_translation_remaps();
|
||||
ResourceLoader::clear_path_remaps();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue