Skip to content

Commit

Permalink
Do not config menus on windows (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Jan 28, 2024
1 parent bc81227 commit 2205b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv_ttk/sv.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ proc config_entry_font {w} {


proc config_menus {w} {
if {[tk windowingsystem] == "aqua"} {
if {[tk windowingsystem] == "aqua" || [tk windowingsystem] == "win32"} {
return
}

Expand Down

0 comments on commit 2205b9e

Please sign in to comment.