commit e00713aabb8c323fbf88496021c5bcd804cde672
parent ff317784c49573f626e3015e9ebfba5227c00d61
Author: grouse <bdmfegys@duck.com>
Date: Thu, 26 Oct 2023 21:30:50 -0400
fixed steamwebhelper on floating list
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -61,7 +61,7 @@ static const Rule rules[] = {
{ "widget", NULL, NULL, 0, 1, -1 },
{ "python3", NULL, NULL, 0, 1, -1 },
{ NULL, "Toolkit", NULL, 0, 1, -1 },
- { "steamwebhelper", NULL, NULL, 0, 1, -1 },
+ { "steamwebhelper","steamwebhelper",NULL,0, 1, -1 },
};