mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-17 07:56:00 +08:00
ggwave-gui : add focus argument to addFile
This commit is contained in:
@@ -47,7 +47,7 @@ bool ImGui_BeginFrame(SDL_Window * window) {
|
||||
if (uri.find("/") || uri.find("\\")) {
|
||||
filename = uri.substr(uri.find_last_of("/\\") + 1);
|
||||
}
|
||||
addFile(uri.c_str(), filename.c_str(), std::move(data));
|
||||
addFile(uri.c_str(), filename.c_str(), std::move(data), true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user