Skip to content

Commit

Permalink
Disable panopticon by default
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jan 4, 2022
1 parent dff2145 commit 901ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-tk/minsky.tcl
Expand Up @@ -40,7 +40,7 @@ set canvasWidth 600
set canvasHeight 800
set backgroundColour lightGray
set preferences(nRecentFiles) 10
set preferences(panopticon) 1
set preferences(panopticon) 0
set preferences(focusFollowsMouse) 0
set preferences(multipleEquities) 0
set recentFiles {}
Expand Down

0 comments on commit 901ef95

Please sign in to comment.