Refine dark editor and launcher interface
Native and manual checks / native (ubuntu-24.04) (push) Failing after 52s
Native and manual checks / manual (push) Successful in 34s
Windows editor and software Vulkan / windows-graphics (push) Canceled after 0s
Native and manual checks / native (windows-2025) (push) Canceled after 0s
Native and manual checks / native (ubuntu-24.04) (push) Failing after 52s
Native and manual checks / manual (push) Successful in 34s
Windows editor and software Vulkan / windows-graphics (push) Canceled after 0s
Native and manual checks / native (windows-2025) (push) Canceled after 0s
This commit is contained in:
@@ -39,6 +39,9 @@ class Session {
|
||||
bool playing() const {
|
||||
return bool(player_);
|
||||
}
|
||||
bool play_pending() const {
|
||||
return !pending_play_job_.empty();
|
||||
}
|
||||
void log(std::string message);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user