mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
reworded text
This commit is contained in:
parent
5ff91c018b
commit
27e1bd50d0
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void setupPreferences() {
|
|||
{
|
||||
auto getter = []()->bool { return SnapshotAnimated::alsoTakeAnimatedSnapshot.get(); };
|
||||
auto setter = [](bool value) { SnapshotAnimated::alsoTakeAnimatedSnapshot.set(value); };
|
||||
preferences->addPreference(new CheckPreference(SNAPSHOTS, "Take Animated GIF Snapshot with tablet button", getter, setter));
|
||||
preferences->addPreference(new CheckPreference(SNAPSHOTS, "Take Animated GIF Snapshot", getter, setter));
|
||||
}
|
||||
{
|
||||
auto getter = []()->float { return SnapshotAnimated::snapshotAnimatedDuration.get(); };
|
||||
|
|
Loading…
Reference in a new issue