Add subtitle UI for voice playback
This commit is contained in:
@@ -635,6 +635,11 @@ namespace BriarQueen.UI.Menus
|
||||
group.blocksRaycasts = inputEnabled;
|
||||
}
|
||||
|
||||
public bool CanSuspendFor(WindowType incomingWindowType)
|
||||
{
|
||||
return incomingWindowType == WindowType.SettingsWindow;
|
||||
}
|
||||
|
||||
public async UniTask SuspendForOverlay()
|
||||
{
|
||||
if (_mainMenuGroup == null)
|
||||
|
||||
Reference in New Issue
Block a user