Skip to content

Commit

Permalink
Fix import in azure.tcl (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuntz authored Sep 16, 2021
1 parent 00d8ecb commit fc5014c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure.tcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright © 2021 rdbende <[email protected]>

source theme/light.tcl
source theme/dark.tcl
source [file join [file dirname [info script]] theme light.tcl]
source [file join [file dirname [info script]] theme dark.tcl]

option add *tearOff 0

Expand Down

0 comments on commit fc5014c

Please sign in to comment.