Skip to content

Commit 059ec6b

Browse files
Checkpoint
1 parent 0ffbad1 commit 059ec6b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

src/main/java/airsquared/blobsaver/app/Devices.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class Devices {
3535

3636
private static final List<String> iPhones = new ArrayList<>(), iPads = new ArrayList<>();
3737

38-
private static final ObservableList<String> iPhoneList, iPadList, iBridgeList = FXCollections.observableArrayList();
38+
private static final ObservableList<String> iPhoneList, iPadList, iBridgeList = FXCollections.observableArrayList(), macsList = FXCollections.observableArrayList();
3939

4040
private static final ObservableList<String> iPodList = unmodifiableArrayList("iPod Touch 3", "iPod Touch 4",
4141
"iPod Touch 5", "iPod Touch 6", "iPod Touch 7 (iPod9,1)");
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#
2+
# Copyright (c) 2024 airsquared
3+
#
4+
# This file is part of blobsaver.
5+
#
6+
# blobsaver is free software: you can redistribute it and/or modify
7+
# it under the terms of the GNU General Public License as published by
8+
# the Free Software Foundation, version 3 of the License.
9+
#
10+
# blobsaver is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License
16+
# along with blobsaver. If not, see <https://www.gnu.org/licenses/>.
17+
#
18+
19+
Mac\ Mini\ M4=Mac16,10

0 commit comments

Comments
 (0)