johnfactotum / quick-lookup

Simple GTK dictionary application powered by Wiktionary
GNU General Public License v3.0
94 stars 8 forks source link

fix(selection): set lookupSelection to true #12

Closed bryanpaget closed 3 years ago

bryanpaget commented 3 years ago

I found the default behaviour of selecting languages upon launch to be awkward.

Fix related to Issue 11

johnfactotum commented 3 years ago

lookupSelection is used to set whether or not to look up the text contained in the Primary Selection on start up (see #6). Setting it to always be true is equivalent to always running the app with the --selection option. So this is not really the proper fix for #11.