Skip to content

Commit

Permalink
reset look and feel
Browse files Browse the repository at this point in the history
  • Loading branch information
沈浪熊猫儿 committed Jul 29, 2023
1 parent c3d246b commit d746f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kernel/Abstractions/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ os_macos () {

static const char*
default_look_and_feel_impl () {
if (os_mingw () || os_win32 ()) return "windows";
if (os_macos ()) return "macos";
return "emacs";
}

Expand Down

0 comments on commit d746f17

Please sign in to comment.