Remove custom tooltip timings (#19604)

This commit is contained in:
metalgearsloth
2023-09-11 13:53:35 +10:00
committed by GitHub
parent 965de89362
commit 88dfc59038
8 changed files with 1 additions and 19 deletions

View File

@@ -156,7 +156,6 @@ public sealed class ActionButton : Control
OnUnpressed(args);
};
TooltipDelay = 0.5f;
TooltipSupplier = SupplyTooltip;
}