2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added experimental option to disable touch bar on macOS.

This commit is contained in:
23rd
2024-09-02 23:42:40 +03:00
parent df935e0477
commit f956c0f227
4 changed files with 23 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ struct CounterLayerArgs {
};
extern const char kOptionNewWindowsSizeAsFirst[];
extern const char kOptionDisableTouchbar[];
[[nodiscard]] QImage GenerateCounterLayer(CounterLayerArgs &&args);
[[nodiscard]] QImage WithSmallCounter(QImage image, CounterLayerArgs &&args);