Skip to content

Commit 3ce3de2

Browse files
committed
OS: set the icon of unknown OS type as a cog
1 parent 3b5e9c7 commit 3ce3de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/os/os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void ffInitOSOptions(FFOSOptions* options)
180180
#elif __Haiku__
181181
""
182182
#else
183-
"?"
183+
"󰢻"
184184
#endif
185185
);
186186
}

0 commit comments

Comments
 (0)