mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
fix: build on Linux
fix: missing skip in prefs
This commit is contained in:
parent
a7666b1156
commit
ba93a50062
2 changed files with 5 additions and 0 deletions
|
@ -923,6 +923,7 @@ namespace Settings
|
|||
AddSkip(container);
|
||||
|
||||
AddDivider(container);
|
||||
AddSkip(container);
|
||||
SetupExperimental(container, controller);
|
||||
|
||||
AddDividerText(container, tr::ayu_SettingsWatermark());
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
// but be respectful and credit the original author.
|
||||
//
|
||||
// Copyright @Radolyn, 2023
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
#include "windows_utils.h"
|
||||
|
||||
#include <ShlObj_core.h>
|
||||
|
@ -44,3 +46,5 @@ void reloadAppIconFromTaskBar() {
|
|||
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, NULL, NULL);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue