mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Implement possibility to hide taskbar icon on Linux
This commit is contained in:
@@ -352,7 +352,7 @@ void SetupSystemIntegrationContent(not_null<Ui::VerticalLayout*> container) {
|
||||
return (workMode == dbiwmWindowOnly)
|
||||
|| (workMode == dbiwmWindowAndTray);
|
||||
};
|
||||
const auto taskbar = Platform::IsWindows()
|
||||
const auto taskbar = Platform::SkipTaskbarSupported()
|
||||
? addCheckbox(
|
||||
tr::lng_settings_workmode_window(),
|
||||
taskbarEnabled())
|
||||
|
Reference in New Issue
Block a user