Skip to content

Commit

Permalink
Merge pull request #136 from hzb/master
Browse files Browse the repository at this point in the history
fixed: update the color under Dark Mode
  • Loading branch information
huabin committed Sep 8, 2019
2 parents 50e3f93 + fe313c0 commit ec2051d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
1 change: 1 addition & 0 deletions JSONExport/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class ViewController: NSViewController, NSUserNotificationCenterDelegate, NSTabl
setLanguagesSelection()
loadLastSelectedLanguage()
updateUIFieldsForSelectedLanguage()
self.tableView.backgroundColor = .clear
}

/**
Expand Down

0 comments on commit ec2051d

Please sign in to comment.