1 2 3 4 5 6 7
#include "globals.h" void exit() { if constexpr (HYPRSHELL_PRINT_DEBUG == 1) { HyprlandAPI::addNotification(PHANDLE, "[Hyprshell Plugin] Plugin deactivated", RED, 3000); } }