| 291 | } |
| 292 | |
| 293 | void UiIntegration::textActionsUpdated() { |
| 294 | if (const auto window = Core::App().activeWindow()) { |
| 295 | window->widget()->updateGlobalMenu(); |
| 296 | } |
| 297 | } |
| 298 | |
| 299 | void UiIntegration::activationFromTopPanel() { |
| 300 | Platform::IgnoreApplicationActivationRightNow(); |
nothing calls this directly
no test coverage detected