diff options
| author | Simon Tatham <anakin@pobox.com> | 2023-04-24 08:44:40 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2023-04-24 08:49:43 +0100 |
| commit | bf453043db68342de85028c7a44cb75262e02ad9 (patch) | |
| tree | 6fdc6fe6f2972ca5aed3a095e26fe689d0f62751 /puzzles.but | |
| parent | 81680583fd5af8a1fd9b1ee30d5fa3dfc073832a (diff) | |
| download | puzzles-bf453043db68342de85028c7a44cb75262e02ad9.zip puzzles-bf453043db68342de85028c7a44cb75262e02ad9.tar.gz puzzles-bf453043db68342de85028c7a44cb75262e02ad9.tar.bz2 puzzles-bf453043db68342de85028c7a44cb75262e02ad9.tar.xz | |
Support user preferences in the Mac frontend.
The low-level load and save routines are basically copy-pasted from
gtk.c, with only minor changes to deal with the different locally
appropriate config file location and the lack of savefile_write_ctx.
Diffstat (limited to 'puzzles.but')
| -rw-r--r-- | puzzles.but | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzles.but b/puzzles.but index a1bc600..be55f8e 100644 --- a/puzzles.but +++ b/puzzles.but @@ -179,8 +179,8 @@ solving it yourself after seeing the answer, you can just press Undo. \dt \i\e{Preferences} -\dd Where supported (currently only on Windows and Unix), brings up a -dialog allowing you to configure personal preferences about a +\dd Where supported (currently on Windows, Unix and MacOS), brings up +a dialog allowing you to configure personal preferences about a particular game. Some of these preferences will be specific to a particular game; others will be common to all games. |