OS: set the icon of unknown OS type as a cog

This commit is contained in:
李通洲
2025-08-18 14:03:52 +08:00
parent 3b5e9c74d6
commit 3ce3de2963
+1 -1
View File
@@ -180,7 +180,7 @@ void ffInitOSOptions(FFOSOptions* options)
#elif __Haiku__
""
#else
"?"
"󰢻"
#endif
);
}