Skip to content

Commit

Permalink
Should use it on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 4, 2022
1 parent 541470f commit 23649e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sv.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proc config_input_font {w} {
}

proc config_menus {w} {
if {[tk windowingsystem] == "x11"} {
if {[tk windowingsystem] != "aqua"} {
set theme [ttk::style theme use]
if {$theme == "sun-valley-dark"} {
$w configure \
Expand Down

0 comments on commit 23649e7

Please sign in to comment.