mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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);
|
AddSkip(container);
|
||||||
|
|
||||||
AddDivider(container);
|
AddDivider(container);
|
||||||
|
AddSkip(container);
|
||||||
SetupExperimental(container, controller);
|
SetupExperimental(container, controller);
|
||||||
|
|
||||||
AddDividerText(container, tr::ayu_SettingsWatermark());
|
AddDividerText(container, tr::ayu_SettingsWatermark());
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
// but be respectful and credit the original author.
|
// but be respectful and credit the original author.
|
||||||
//
|
//
|
||||||
// Copyright @Radolyn, 2023
|
// Copyright @Radolyn, 2023
|
||||||
|
#ifdef Q_OS_WIN
|
||||||
|
|
||||||
#include "windows_utils.h"
|
#include "windows_utils.h"
|
||||||
|
|
||||||
#include <ShlObj_core.h>
|
#include <ShlObj_core.h>
|
||||||
|
@ -44,3 +46,5 @@ void reloadAppIconFromTaskBar() {
|
||||||
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, NULL, NULL);
|
SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, NULL, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Reference in a new issue