This commit is contained in:
tateisu 2020-01-28 11:18:05 +09:00
parent e39cf00c07
commit 3abc986aa1
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<w>infos</w> <w>infos</w>
<w>iptc</w> <w>iptc</w>
<w>jfif</w> <w>jfif</w>
<w>jwcp</w>
<w>kapt</w> <w>kapt</w>
<w>kddi</w> <w>kddi</w>
<w>kenglxn</w> <w>kenglxn</w>

View File

@ -541,6 +541,7 @@ object Pref {
val ipLastColumnPos = IntPref("last_column_pos", - 1) val ipLastColumnPos = IntPref("last_column_pos", - 1)
val ipBoostButtonJustify = IntPref("ipBoostButtonJustify", 0) // 0=左,1=中央,2=右 val ipBoostButtonJustify = IntPref("ipBoostButtonJustify", 0) // 0=左,1=中央,2=右
@Suppress("unused")
const val JWCP_DEFAULT = 0 const val JWCP_DEFAULT = 0
const val JWCP_START = 1 const val JWCP_START = 1
const val JWCP_END = 2 const val JWCP_END = 2