mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
7 lines
104 B
C
7 lines
104 B
C
#ifndef PLATFORMTHEME_H
|
|
#define PLATFORMTHEME_H
|
|
|
|
bool platformIsDarkTheme();
|
|
|
|
#endif // PLATFORMTHEME_H
|